You are here: Start » AVL.NET » AVL.PointsOnLineProjection(AvlNet.Point2D[], AvlNet.Line2D, AvlNet.Point2D[])

AVL.PointsOnLineProjection(AvlNet.Point2D[], AvlNet.Line2D, AvlNet.Point2D[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointsOnLineProjection(
	AvlNet.Point2D[] inPoints,
	AvlNet.Line2D inLine,
	out AvlNet.Point2D[] outProjectionPoints
)

Parameters

inPoints
Type: AvlNet.Point2D
inLine
Type: AvlNet.Line2D
outProjectionPoints
Type: AvlNet.Point2D

See also