Convert polar coordinates (pitch, yaw, lenght) in radian to cartesian coordinates (x, y, z) exacly like the vvvv node Cartesian.
To convert angles from cycles to radian, multiply them with VMath.CycToDec.
Namespace: VVVV.Utils.VMathAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
Parameters
- polar
- Type: VVVV.Utils.VMath..::..Vector3D
3d-vector containing the polar coordinates as (pitch, yaw, length)
Return Value
[Missing <returns> documentation for "M:VVVV.Utils.VMath.VMath.CartesianVVVV(VVVV.Utils.VMath.Vector3D)"]