Back to FabImage Library website
You are here: Start » Function Reference » Conversions » Point3DToPoint2D

Point3DToPoint2D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Converts a point in 3D to a point in 2D by ignoring its Z coordinate.
Syntax
C++
C#
void fil::Point3DToPoint2D ( const fil::Point3D& inPoint3D, fil::Point2D& outPoint2D )