You are here: Start » FIL.NET » Invoke.Vector3DElevation

Invoke.Vector3DElevation

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.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Vector3DElevation
(
	Fil.Vector3D inVector3D,
	out float outElevation
)

Parameters

Name Type Range Default Description
inVector3DFil.Vector3D
outElevationfloat

See also