|
Particle Game Maker Engine
1.0.0
Enables the user to create their own particle game using a simple and coherent api in the PongChamp scripting language
|
where something is in 2d space More...
#include <QuadTree.h>
Public Member Functions | |
| Point (int _x, int _y) | |
| constructs a point More... | |
| Point () = default | |
Public Attributes | |
| int | x |
| x position More... | |
| int | y |
where something is in 2d space
|
inline |
constructs a point
|
default |
| int Point::x |
x position
| int Point::y |
y position
1.4.1