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

FIL.PointsOrientation

Computes the orientation of a set of 2D points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Errors

List of possible exceptions:

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

See also