#include <genesis/utils/formats/svg/helper.hpp>
Definition at line 127 of file utils/formats/svg/helper.hpp.
Public Member Functions | |
| SvgBox ()=default | |
| SvgBox (SvgPoint top_left, SvgPoint bottom_right) | |
| SvgBox (SvgPoint top_left_v, double width, double height) | |
| bool | empty () const |
| double | height () const |
| SvgSize | size () const |
| double | width () const |
Static Public Member Functions | |
| static SvgBox | combine (SvgBox const &lhs, SvgBox const &rhs) |
Public Attributes | |
| SvgPoint | bottom_right |
| SvgPoint | top_left |
|
default |
Definition at line 131 of file utils/formats/svg/helper.hpp.
Definition at line 144 of file utils/formats/svg/helper.hpp.
Definition at line 181 of file utils/formats/svg/helper.hpp.
|
inline |
Definition at line 172 of file utils/formats/svg/helper.hpp.
|
inline |
Definition at line 162 of file utils/formats/svg/helper.hpp.
|
inline |
Definition at line 167 of file utils/formats/svg/helper.hpp.
|
inline |
Definition at line 157 of file utils/formats/svg/helper.hpp.
| SvgPoint bottom_right |
Definition at line 205 of file utils/formats/svg/helper.hpp.
| SvgPoint top_left |
Definition at line 204 of file utils/formats/svg/helper.hpp.