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

AngleBetweenThreePoints3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Measures the angle defined by three consecutive points in 3D.
Syntax
C++
C#
void fil::AngleBetweenThreePoints3D ( const fil::Point3D& inPoint1, const fil::Point3D& inPoint2, const fil::Point3D& inPoint3, float& outAngle )