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


