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

AVS.LineThroughPoints Method

Computes a line passing through two distinct points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LineThroughPoints
(
	AvlNet.Point2D inPoint1,
	AvlNet.Point2D inPoint2,
	out AvlNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inPoint1AvlNet.Point2D
inPoint2AvlNet.Point2D
outLineAvlNet.Line2D

See also