Luna::VG::COMMAND_CIRCLE_Q3
constexpr f32 COMMAND_CIRCLE_Q3 = 6.0f
The command code that draws one circle part in the third quadrant.
This command takes 4 points: {COMMAND_CIRCLE_Q3, R, BEGIN, END}* R: The radius of the circle.
-
BEGIN: The beginning angle of the circle in degrees. The value should be in [180, 270].
-
END: The end angle of the circle in degrees. The value should be in [180, 270]. See remarks of COMMAND_CIRCLE_Q1 for details.