#include <geometry.h>
Definition at line 13 of file geometry.h.
◆ Point() [1/3]
flutter::Point::Point |
( |
| ) |
|
|
default |
◆ Point() [2/3]
flutter::Point::Point |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
◆ Point() [3/3]
flutter::Point::Point |
( |
const Point & |
point | ) |
|
|
default |
◆ operator=()
Point& flutter::Point::operator= |
( |
const Point & |
other | ) |
|
|
default |
◆ operator==()
bool flutter::Point::operator== |
( |
const Point & |
other | ) |
const |
|
inline |
Definition at line 23 of file geometry.h.
24 return x_ == other.x_ && y_ == other.y_;
◆ x()
double flutter::Point::x |
( |
| ) |
const |
|
inline |
◆ y()
double flutter::Point::y |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: