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

Line3DToLine2D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Converts a line in 3D to a line in 2D by ignoring its Z coordinates.
Syntax
C++
C#
void fil::Line3DToLine2D ( const fil::Line3D& inLine3D, fil::Line2D& outLine2D )