draw  0.0.0
Public Member Functions | Public Attributes | List of all members
draw::Point Struct Reference

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}
 

Detailed Description

A point in pixel space.

Constructor & Destructor Documentation

draw::Point::Point ( )
default

construct from zero values

draw::Point::Point ( int32_t  x,
int32_t  y 
)
inline

constructs from parameters

Member Data Documentation

int32_t draw::Point::x {0}
int32_t draw::Point::y {0}

The documentation for this struct was generated from the following file: