Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Angle Metrics » AngleBetweenSegments3D

AngleBetweenSegments3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Measures the angle between two segments in 3D.
Syntax
C++
C#
void fil::AngleBetweenSegments3D ( const fil::Segment3D& inSegment1, const fil::Segment3D& inSegment2, float& outAngle )