#include <geometry.h>
Definition at line 56 of file geometry.h.
◆ Rect() [1/3]
◆ Rect() [2/3]
flutter::Rect::Rect |
( |
const Point & |
origin, |
|
|
const Size & |
size |
|
) |
| |
|
inline |
◆ Rect() [3/3]
flutter::Rect::Rect |
( |
const Rect & |
rect | ) |
|
|
default |
◆ bottom()
double flutter::Rect::bottom |
( |
| ) |
const |
|
inline |
◆ height()
double flutter::Rect::height |
( |
| ) |
const |
|
inline |
◆ left()
double flutter::Rect::left |
( |
| ) |
const |
|
inline |
◆ operator=()
Rect& flutter::Rect::operator= |
( |
const Rect & |
other | ) |
|
|
default |
◆ operator==()
bool flutter::Rect::operator== |
( |
const Rect & |
other | ) |
const |
|
inline |
Definition at line 72 of file geometry.h.
73 return origin_ == other.origin_ && size_ == other.size_;
◆ origin()
Point flutter::Rect::origin |
( |
| ) |
const |
|
inline |
◆ right()
double flutter::Rect::right |
( |
| ) |
const |
|
inline |
◆ size()
Size flutter::Rect::size |
( |
| ) |
const |
|
inline |
◆ top()
double flutter::Rect::top |
( |
| ) |
const |
|
inline |
◆ width()
double flutter::Rect::width |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: