#include <genesis/utils/formats/svg/attributes.hpp>
Definition at line 252 of file attributes.hpp.
Public Member Functions | |
| Translate ()=default | |
| Translate (double tx, double ty) | |
| Translate (SvgPoint offset) | |
| Translate (Translate &&)=default | |
| Translate (Translate const &)=default | |
| ~Translate ()=default | |
| SvgPoint | apply (SvgPoint const &p) const |
| Translate & | operator= (Translate &&)=default |
| Translate & | operator= (Translate const &)=default |
| void | write (std::ostream &out) const |
Public Attributes | |
| double | tx = 0.0 |
| double | ty = 0.0 |
|
default |
|
inline |
Definition at line 262 of file attributes.hpp.
Definition at line 267 of file attributes.hpp.
|
default |
Definition at line 234 of file attributes.cpp.
| void write | ( | std::ostream & | out | ) | const |
Definition at line 227 of file attributes.cpp.
| double tx = 0.0 |
Definition at line 290 of file attributes.hpp.
| double ty = 0.0 |
Definition at line 291 of file attributes.hpp.