homog2d library
|
Holds the current SVG "path" command, and the number of required numerical values. More...
#include <homog2d.hpp>
Public Member Functions | |
bool | isAbsolute () const |
bool | isNewPolyline () const |
void | setCommand (char c) |
Public Attributes | |
PathMode | _absRel = PathMode::Absolute |
char | _command = 'M' |
uint8_t | _nbValues = 2 |
Holds the current SVG "path" command, and the number of required numerical values.
|
inline |
|
inline |
|
inline |
PathMode h2d::svg::svgp::SvgPathCommand::_absRel = PathMode::Absolute |
char h2d::svg::svgp::SvgPathCommand::_command = 'M' |
uint8_t h2d::svg::svgp::SvgPathCommand::_nbValues = 2 |