Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Constructions » LineThroughPoint3D

LineThroughPoint3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Computes a line in 3D passing through a point with given direction.

Syntax

C++
C#
 
void avl::LineThroughPoint3D
(
	const avl::Point3D& inPoint3D,
	const avl::Vector3D& inDirectionVector,
	avl::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