Creates a heading Vector2 with the given angle in degrees.
static Vector2 fromDegrees(double d) => fromRadians(d * degrees2Radians);