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

AVL.LineThroughPoint3D

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LineThroughPoint3D
(
	AvlNet.Point3D inPoint3D,
	AvlNet.Vector3D inDirectionVector,
	out AvlNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3DA point on the created line.
inDirectionVectorAvlNet.Vector3DDesired direction of the line.
outLine3DAvlNet.Line3DThe resulting line in 3D.

See also