Creates a heading Vector2 with the given angle in radians.
static Vector2 fromRadians(double r) => Vector2(0, -1)..rotate(r);