This document is archived and information here might be outdated. Recommended version. |
Get the vector's polar components. Angles are in radians.
[Visual Basic .NET]
Public Sub PolarQuery ( _
ByRef Azimuth As Double, _
ByRef Inclination As Double, _
ByRef radiusLength As Double _
)
[C#]
public void PolarQuery (
ref double Azimuth,
ref double Inclination,
ref double radiusLength
);
[C++]
HRESULT PolarQuery(
System.Double* Azimuth,
System.Double* Inclination,
System.Double* radiusLength
);
[C++] Parameters Azimuth [out]
Azimuth is a parameter of type double* Inclination [out]
Inclination is a parameter of type double* radiusLength [out]
radiusLength is a parameter of type double*
Returns the Azimuth, Inclination, and Radius Length (Magnitude) of the 3 Dimensional vector.