Click or drag to resize
Vector3GetAzimuthAndElevation Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRageMath.Vector3.GetAzimuthAndElevation(VRageMath.Vector3,System.Single@,System.Single@)"]

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static void GetAzimuthAndElevation(
	Vector3 v,
	out float azimuth,
	out float elevation
)

Parameters

v
Type: VRageMathVector3

[Missing <param name="v"/> documentation for "M:VRageMath.Vector3.GetAzimuthAndElevation(VRageMath.Vector3,System.Single@,System.Single@)"]

azimuth
Type: SystemSingle

[Missing <param name="azimuth"/> documentation for "M:VRageMath.Vector3.GetAzimuthAndElevation(VRageMath.Vector3,System.Single@,System.Single@)"]

elevation
Type: SystemSingle

[Missing <param name="elevation"/> documentation for "M:VRageMath.Vector3.GetAzimuthAndElevation(VRageMath.Vector3,System.Single@,System.Single@)"]

See Also