You are here: Start » AVL.NET » Invoke.Vector3DAzimuth

Invoke.Vector3DAzimuth

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.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Vector3DAzimuth
(
	Avl.Vector3D inVector3D,
	out float outAzimuth
)

Parameters

Name Type Range Default Description
inVector3DAvl.Vector3D
outAzimuthfloat

See also