pub fn project_angle<ANGLE>(
start: Point,
radius: f32,
angle_radians: ANGLE,
) -> Point
Expand description
From a given start point, project forward radius units at an angle of angle_radians degrees. 0 Degrees is north (negative Y), 90 degrees is east (positive X)