pub fn point_on_circle<T>(radius: T, center: Vector2<T>, angle: T) -> Vector2<T>
where T: Real,
Expand description

Returns the point on the circle with radius, center, and polar angle in radians given.