draw
0.0.0
|
A point in pixel space. More...
#include <draw.h>
Public Member Functions | |
Point ()=default | |
construct from zero values More... | |
Point (int32_t x, int32_t y) | |
constructs from parameters More... | |
Public Attributes | |
int32_t | x {0} |
int32_t | y {0} |
A point in pixel space.
|
default |
construct from zero values
|
inline |
constructs from parameters
int32_t draw::Point::x {0} |
int32_t draw::Point::y {0} |