Back to FabImage Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Features » PointsOrientation
PointsOrientation
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Computes the orientation of a set of 2D points.
Syntax
void fil::PointsOrientation ( const ftl::Array<fil::Point2D>& inPoints, float& outOrientation )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty array of points on input in PointsOrientation. |


