pub fn polar_to_cartesian(rho: f32, theta: f32) -> Vec2
Expand description

Converts 2d polar coordinates to 2d cartesian coordinates.