You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.PointsOrientation

AVL.PointsOrientation

Computes the orientation of a set of 2D points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Empty array of points on input in PointsOrientation.

See also