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

TransformLine3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Applies a general transformation expressed by a matrix to a 3D line.
Syntax
C++
C#
void fil::TransformLine3D ( const fil::Line3D& inLine3D, const fil::Matrix& inTransform, bool inInverse, fil::Line3D& outLine3D )