You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » 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 | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outOrientation | float |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty array of points on input in PointsOrientation. |