Vector2.fromAngle(double angle, [double magnitude = 1.0]) : x = magnitude * cos(angle), y = magnitude * sin(angle);