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
)

Parameters

Name Type Default Description
Input value inPoint3D const Point3D& A point on the created line
Input value inDirectionVector const Vector3D& Desired direction of the line
Output value outLine3D Line3D& The resulting line in 3D