Luna::VG::COMMAND_CIRCLE_Q2

constexpr f32 COMMAND_CIRCLE_Q2 = 5.0f

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

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

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

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