Const
Sets a Polar from Cartesian Vec2 coordinates: r = sqrt(x^2 + y^2) theta = atan2(y, x)
the receiving Polar
the source Vec2
out
setFromVec2
Sets a Polar from Cartesian Vec2 coordinates: r = sqrt(x^2 + y^2) theta = atan2(y, x)