#include <geometry.h>
Definition at line 33 of file geometry.h.
◆ Size() [1/3]
◆ Size() [2/3]
flutter::Size::Size |
( |
double |
width, |
|
|
double |
height |
|
) |
| |
|
inline |
◆ Size() [3/3]
flutter::Size::Size |
( |
const Size & |
size | ) |
|
|
default |
◆ height()
double flutter::Size::height |
( |
| ) |
const |
|
inline |
◆ operator=()
Size& flutter::Size::operator= |
( |
const Size & |
other | ) |
|
|
default |
◆ operator==()
bool flutter::Size::operator== |
( |
const Size & |
other | ) |
const |
|
inline |
Definition at line 45 of file geometry.h.
46 return width_ == other.width_ && height_ == other.height_;
◆ width()
double flutter::Size::width |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: