You are here: Start » AVL.NET » Invoke.PointsOrientation
Computes the orientation of a set of 2D points.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PointsOrientation ( List<Avl.Point2D> inPoints, out float outOrientation )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]()  | outOrientation | float | 


