Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » ProjectPointOrthogonal

ProjectPointOrthogonal
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Converts a point through a simple orthogonal projection, parallel to the Z axis.
Syntax
C++
C#
void fil::ProjectPointOrthogonal ( const fil::Point3D& inPoint3D, const fil::Point2D& inCenter, fil::Point2D& outPoint2D )