You are here: Start » FIL.NET » FIS.Vector3DAzimuth Method

FIS.Vector3DAzimuth Method

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:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Vector3DAzimuth
(
	FilNet.Vector3D inVector3D,
	out float outAzimuth
)

Parameters

Name Type Range Default Description
inVector3DFilNet.Vector3D
outAzimuthfloat

See also