Overload List

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

See Also