fromPolarCoordinates

fun fromPolarCoordinates(distance: Float, angle: Angle): Vec2

Returns a 2D vector defined by its polar coordinates: radial distance and angle.

Since

v1.1.0