You are here: Start » FIL.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:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inVector3DFil.Vector3D
outAzimuthfloat

See also