Luna::VG::COMMAND_LINE_TO
constexpr f32 COMMAND_LINE_TO = 2.0f
The command code that draws one line from the last point to the specified point.
This command takes 3 points: {COMMAND_LINE_TO, X, Y}* X: The x coordinates of the target position.
- Y: The y coordinates of the target position.