You are here: Start » AVL.NET » AVL.Vector3DElevation Method
AVL.Vector3DElevation Method
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: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void Vector3DElevation( AvlNet.Vector3D inVector3D, out float outElevation )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inVector3D | AvlNet.Vector3D | |||
![]() | outElevation | float |


