Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Features » Segment3DVector

Segment3DVector
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Returns the vector [x2 - x1, y2 - y1, z2 - z1].
Syntax
C++
C#
void fil::Segment3DVector ( const fil::Segment3D& inSegment3D, fil::Vector3D& outVector3D )