You are here: Start » AVL.NET » AVS.LineThroughPoint3D Method

AVS.LineThroughPoint3D Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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