Back to Adaptive Vision Library website

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

VectorElevation3D


Computes the angle between a 3D vector's projection to the XY plane and itself measured toward Z axis, as an angle in the range from -90 to 90.

Syntax

C++
C#
 
void avl::VectorElevation3D
(
	const avl::Vector3D& inVector,
	atl::real& outElevation
)

Parameters

Name Type Default Description
inVector const Vector3D&
outElevation real&