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

AVL.LineThroughPoints3D

Computes a line in 3D passing through two points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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