Overload List

  NameDescription
Public methodStatic memberPolar(Vector3D)
Convert cartesian coordinates (x, y, z) to polar coordinates (pitch, yaw, lenght) in radian. To convert the angles to cycles, multiply them with VMath.DegToCyc.
Public methodStatic memberPolar(Double, Double, Double)
Convert cartesian coordinates (x, y, z) to polar coordinates (pitch, yaw, lenght) in radian. To convert the angles to cycles, multiply them with VMath.DegToCyc.

See Also