Data class that represents the 2D coordinates of a point.
More...
#include <sirius/types.h>
Data class that represents the 2D coordinates of a point.
◆ Point() [1/4]
◆ Point() [2/4]
constexpr sirius::Point::Point |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inlinenoexcept |
◆ ~Point()
sirius::Point::~Point |
( |
| ) |
|
|
default |
◆ Point() [3/4]
sirius::Point::Point |
( |
const Point & |
| ) |
|
|
default |
◆ Point() [4/4]
sirius::Point::Point |
( |
Point && |
| ) |
|
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this struct was generated from the following file: