SVG command data structure. More...
#include <SVGLoader.hh>
Public Member Functions | |
SVGCommand () | |
Constructor. More... | |
virtual | ~SVGCommand ()=default |
Destructor. More... | |
Public Attributes | |
char | cmd |
A letter that describe the segment. More... | |
std::vector< double > | numbers |
Coordinates for the command. More... | |
SVG command data structure.
|
inline |
Constructor.
|
virtualdefault |
Destructor.
char cmd |
A letter that describe the segment.
std::vector<double> numbers |
Coordinates for the command.