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

LineThroughPoint3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Computes a line in 3D passing through a point with given direction.
Syntax
C++
C#
void fil::LineThroughPoint3D ( const fil::Point3D& inPoint3D, const fil::Vector3D& inDirectionVector, fil::Line3D& outLine3D )