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.
Namespace: VVVV.Utils.VMathAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
Parameters
- x
- Type: System..::..Double
[Missing <param name="x"/> documentation for "M:VVVV.Utils.VMath.VMath.Polar(System.Double,System.Double,System.Double)"]
- y
- Type: System..::..Double
[Missing <param name="y"/> documentation for "M:VVVV.Utils.VMath.VMath.Polar(System.Double,System.Double,System.Double)"]
- z
- Type: System..::..Double
[Missing <param name="z"/> documentation for "M:VVVV.Utils.VMath.VMath.Polar(System.Double,System.Double,System.Double)"]