PointsOrientation
Computes the orientation of a set of 2D points.
Syntax
C++
Python
def PointsOrientation( inPoints: list[Point2D], / ) -> outOrientation: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints | list[Point2D] | ||
![]() |
outOrientation | float |


