#include <genesis/utils/formats/svg/attributes.hpp>
Definition at line 492 of file attributes.hpp.
Public Member Functions | |
| Matrix ()=default | |
| Matrix (double a, double b, double c, double d, double e, double f) | |
| Matrix (Matrix &&)=default | |
| Matrix (Matrix const &)=default | |
| ~Matrix ()=default | |
| SvgPoint | apply (SvgPoint const &p) const |
| Matrix & | operator= (Matrix &&)=default |
| Matrix & | operator= (Matrix const &)=default |
| void | write (std::ostream &out) const |
Public Attributes | |
| double | a = 1.0 |
| double | b = 0.0 |
| double | c = 0.0 |
| double | d = 1.0 |
| double | e = 0.0 |
| double | f = 0.0 |
|
default |
|
inline |
Definition at line 502 of file attributes.hpp.
|
default |
Definition at line 341 of file attributes.cpp.
| void write | ( | std::ostream & | out | ) | const |
Definition at line 333 of file attributes.cpp.
| double a = 1.0 |
Definition at line 530 of file attributes.hpp.
| double b = 0.0 |
Definition at line 531 of file attributes.hpp.
| double c = 0.0 |
Definition at line 532 of file attributes.hpp.
| double d = 1.0 |
Definition at line 533 of file attributes.hpp.
| double e = 0.0 |
Definition at line 534 of file attributes.hpp.
| double f = 0.0 |
Definition at line 535 of file attributes.hpp.