Converts polar coordinates to a Cartesian Vec2: x = r * cos(theta) y = r * sin(theta)
the receiving Vec2
the source Polar
out
Converts polar coordinates to a Cartesian Vec2: x = r * cos(theta) y = r * sin(theta)