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

AVS.PointsOrientation Method

Computes the orientation of a set of 2D points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PointsOrientation
(
	IList<AvlNet.Point2D> inPoints,
	out float outOrientation
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
outOrientationfloat

See also