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
Input value inPoints list[Point2D]
Output value outOrientation float