Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » ProjectPointOrthogonal
ProjectPointOrthogonal
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DLite |
Converts a point through a simple orthogonal projection, parallel to the Z axis.
Syntax
C++
C#
void avl::ProjectPointOrthogonal ( const avl::Point3D& inPoint3D, const avl::Point2D& inCenter, avl::Point2D& outPoint2D )


