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.

Syntax

C++
C#
Python
 
def Vector3DElevation(
	inVector3D: Vector3D,
	/
)
-> outElevation: float

Parameters

Name Type Default Description
Input value inVector3D Vector3D
Output value outElevation float