You are here: Start » AVL.NET » Invoke.LineThroughPoints

Invoke.LineThroughPoints

Computes a line passing through two distinct points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LineThroughPoints
(
	Avl.Point2D inPoint1,
	Avl.Point2D inPoint2,
	out Avl.Line2D outLine
)

Parameters

Name Type Range Default Description
inPoint1Avl.Point2D
inPoint2Avl.Point2D
outLineAvl.Line2D

See also