Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 2D » Geometry 2D Features » PointsOrientation

PointsOrientation


Header: AVL.h
Namespace: avl
Module: FoundationLite

Computes the orientation of a set of 2D points.

Syntax

C++
C#
 
void avl::PointsOrientation
(
	const atl::Array<avl::Point2D>& inPoints,
	float& outOrientation
)

Parameters

Name Type Default Description
Input value inPoints const Array<Point2D>&
Output value outOrientation float&

Errors

List of possible exceptions:

Error type Description
DomainError Empty array of points on input in PointsOrientation.