Sprites for Processing
V2.1
|
Public Member Functions | |
PointD2D () | |
PointD2D (float x, float y) | |
String | toString () |
Public Attributes | |
double | x |
This class is provided to assist when converting world <> screen coordinates.
It means we don't have to use the Point2D.Double class - bit messy for newbies to Processing
sprites.maths.PointD2D.PointD2D | ( | ) |
Create a PointF2D object to store x/y coordinates and initialise to 0.0/0.0
sprites.maths.PointD2D.PointD2D | ( | float | x, |
float | y | ||
) |
Create a PointF2D object to store x/y coordinates
x | |
y |