Overload List
Name | Description | |
---|---|---|
PolarVVVV(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.
| |
PolarVVVV(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.
|