#include <genesis/utils/formats/svg/attributes.hpp>
Definition at line 406 of file attributes.hpp.
Public Member Functions | |
SkewX ()=default | |
SkewX (double a) | |
SkewX an object, with an angle given in degrees. More... | |
SkewX (SkewX &&)=default | |
SkewX (SkewX const &)=default | |
~SkewX ()=default | |
SvgPoint | apply (SvgPoint const &p) const |
SkewX & | operator= (SkewX &&)=default |
SkewX & | operator= (SkewX const &)=default |
void | write (std::ostream &out) const |
Public Attributes | |
double | ax = 0.0 |
|
default |
|
inline |
SkewX an object, with an angle given in degrees.
Definition at line 419 of file attributes.hpp.
|
default |
Definition at line 304 of file attributes.cpp.
void write | ( | std::ostream & | out | ) | const |
Definition at line 297 of file attributes.cpp.
double ax = 0.0 |
Definition at line 442 of file attributes.hpp.