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

TransformSegment3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Applies a general transformation expressed by a matrix to a 3D segment.
Syntax
C++
C#
void fil::TransformSegment3D ( const fil::Segment3D& inSegment3D, const fil::Matrix& inTransform, bool inInverse, fil::Segment3D& outSegment3D )