2D point with integer coordinates
More...
#include <Geometry.h>
2D point with integer coordinates
Definition at line 8 of file Geometry.h.
◆ Point() [1/2]
| EmberCore::Point::Point |
( |
| ) |
|
|
default |
◆ Point() [2/2]
| EmberCore::Point::Point |
( |
int | x, |
|
|
int | y ) |
|
inline |
◆ operator!=()
| bool EmberCore::Point::operator!= |
( |
const Point & | other | ) |
const |
|
inline |
◆ operator==()
| bool EmberCore::Point::operator== |
( |
const Point & | other | ) |
const |
|
inline |
| int EmberCore::Point::x = 0 |
| int EmberCore::Point::y = 0 |
The documentation for this struct was generated from the following file: