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

LineThroughPoints3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Computes a line in 3D passing through two points.
Syntax
C++
C#
void fil::LineThroughPoints3D ( const fil::Point3D& inPoint1, const fil::Point3D& inPoint2, fil::Line3D& outLine3D )