#include <genesis/utils/formats/svg/attributes.hpp>
Definition at line 449 of file attributes.hpp.
Public Member Functions | |
SkewY ()=default | |
SkewY (double a) | |
SkewY an object, with an angle given in degrees. More... | |
SkewY (SkewY &&)=default | |
SkewY (SkewY const &)=default | |
~SkewY ()=default | |
SvgPoint | apply (SvgPoint const &p) const |
SkewY & | operator= (SkewY &&)=default |
SkewY & | operator= (SkewY const &)=default |
void | write (std::ostream &out) const |
Public Attributes | |
double | ay = 0.0 |
|
default |
|
inline |
SkewY an object, with an angle given in degrees.
Definition at line 462 of file attributes.hpp.
|
default |
Definition at line 322 of file attributes.cpp.
void write | ( | std::ostream & | out | ) | const |
Definition at line 315 of file attributes.cpp.
double ay = 0.0 |
Definition at line 485 of file attributes.hpp.