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