#include <genesis/utils/formats/svg/attributes.hpp>
Definition at line 359 of file attributes.hpp.
Public Member Functions | |
Scale ()=default | |
Scale (double sx, double sy) | |
Scale (double sxy) | |
Scale (Scale &&)=default | |
Scale (Scale const &)=default | |
~Scale ()=default | |
SvgPoint | apply (SvgPoint const &p) const |
Scale & | operator= (Scale &&)=default |
Scale & | operator= (Scale const &)=default |
void | write (std::ostream &out) const |
Public Attributes | |
double | sx = 1.0 |
double | sy = 1.0 |
|
default |
|
inline |
Definition at line 369 of file attributes.hpp.
|
inline |
Definition at line 374 of file attributes.hpp.
|
default |
Definition at line 288 of file attributes.cpp.
void write | ( | std::ostream & | out | ) | const |
Definition at line 277 of file attributes.cpp.
double sx = 1.0 |
Definition at line 398 of file attributes.hpp.
double sy = 1.0 |
Definition at line 399 of file attributes.hpp.