#include <JSpline.h>
Public Member Functions | |
Point (float _x, float _y) | |
Point () | |
Public Attributes | |
float | x |
X position. | |
float | y |
Y position. |
Point::Point | ( | float | _x, | |
float | _y | |||
) | [inline] |
Constructor.
_x | - X position. | |
_y | - Y position. |
Point::Point | ( | ) | [inline] |
Constructor, set position to default (0.0f, 0.0f)