|
|
Donner 0.5.0
Embeddable browser-grade SVG2 engine
|
This is the complete list of members for donner::Box2< T >, including all inherited members.
| addBox(const Box2< T > &box) | donner::Box2< T > | inline |
| addPoint(const Vector2< T > &point) | donner::Box2< T > | inline |
| bottomRight | donner::Box2< T > | |
| Box2() | donner::Box2< T > | inline |
| Box2(const Vector2< T > &topLeft, const Vector2< T > &bottomRight) | donner::Box2< T > | inline |
| Box2(const Box2< T > &other)=default | donner::Box2< T > | |
| Box2(Box2< T > &&other) noexcept=default | donner::Box2< T > | |
| contains(const Vector2< T > &point) const | donner::Box2< T > | inline |
| CreateEmpty(const Vector2< T > &point) | donner::Box2< T > | inlinestatic |
| FromXYWH(T x, T y, T width, T height) | donner::Box2< T > | inlinestatic |
| height() const | donner::Box2< T > | inline |
| inflatedBy(T amount) const | donner::Box2< T > | inline |
| isEmpty() const | donner::Box2< T > | inline |
| operator!=(const Box2< T > &rhs) const | donner::Box2< T > | inline |
| operator+(const Vector2< T > &vec) const | donner::Box2< T > | inline |
| operator+=(const Vector2< T > &vec) | donner::Box2< T > | inline |
| operator-(const Vector2< T > &vec) const | donner::Box2< T > | inline |
| operator-=(const Vector2< T > &vec) | donner::Box2< T > | inline |
| operator<<(std::ostream &os, const Box2< T > &box) | donner::Box2< T > | friend |
| operator=(const Box2< T > &other)=default | donner::Box2< T > | |
| operator=(Box2< T > &&other) noexcept=default | donner::Box2< T > | |
| operator==(const Box2< T > &other) const | donner::Box2< T > | inline |
| size() const | donner::Box2< T > | inline |
| toOrigin() const | donner::Box2< T > | inline |
| topLeft | donner::Box2< T > | |
| Union(const Box2< T > &a, const Box2< T > &b) | donner::Box2< T > | inlinestatic |
| width() const | donner::Box2< T > | inline |
| WithSize(const Vector2< T > &size) | donner::Box2< T > | inlinestatic |
| ~Box2()=default | donner::Box2< T > |