Converts polar coordinates (radius and angle) to Cartesian coordinates (x and y). Ignores p5's angleMode.
The angle in radians
The distance from the origin
An object with {x,y} the Cartesian coordinates.
https://p5js.org/reference/p5.Vector/fromAngle/ - If you want a p5.Vector instead
Converts polar coordinates (radius and angle) to Cartesian coordinates (x and y). Ignores p5's angleMode.