Luna::VG::COMMAND_CIRCLE_Q4

constexpr f32 COMMAND_CIRCLE_Q4 = 7.0f

The command code that draws one circle part in the fourth quadrant.

This command takes 4 points: {COMMAND_CIRCLE_Q4, R, BEGIN, END}* R: The radius of the circle.

  • BEGIN: The beginning angle of the circle in degrees. The value should be in [270, 360].

  • END: The end angle of the circle in degrees. The value should be in [270, 360]. See remarks of COMMAND_CIRCLE_Q1 for details.