Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Features » VectorAzimuth3D

VectorAzimuth3D


Computes the angle between a 3D vector's projection to the XY plane and the X axis measured toward Y axis, as an angle in the range from 0 to 360.

Syntax

C++
C#
 
void avl::VectorAzimuth3D
(
	const avl::Vector3D& inVector,
	atl::real& outAzimuth
)

Parameters

Name Type Default Description
inVector const Vector3D&
outAzimuth real&