net.minecraft.src
Class Coord2D
java.lang.Object
net.minecraft.src.Coord2D
public class Coord2D
- extends java.lang.Object
This class represents a coordinate space and its UV coordinates. This allows for
easier flat shape planning.
- Author:
- GaryCXJk
Constructor Summary |
Coord2D(double x,
double y)
|
Coord2D(double x,
double y,
int u,
int v)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xCoord
public double xCoord
yCoord
public double yCoord
uCoord
public int uCoord
vCoord
public int vCoord
Coord2D
public Coord2D(double x,
double y)
Coord2D
public Coord2D(double x,
double y,
int u,
int v)