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

AVS.LineThroughPoints3D Method

Computes a line in 3D passing through two points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LineThroughPoints3D
(
	AvlNet.Point3D inPoint1,
	AvlNet.Point3D inPoint2,
	out AvlNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inPoint1AvlNet.Point3DA point on the created line.
inPoint2AvlNet.Point3DAnother point on the created line.
outLine3DAvlNet.Line3DThe resulting line in 3D.

See also