public class PathPoint extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
isFirst
Indicates this is the origin
|
int |
xCoord
The x coordinate of this point
|
int |
yCoord
The y coordinate of this point
|
int |
zCoord
The z coordinate of this point
|
Constructor and Description |
---|
PathPoint(int par1,
int par2,
int par3) |
Modifier and Type | Method and Description |
---|---|
float |
distanceTo(PathPoint par1PathPoint)
Returns the linear distance to another path point
|
boolean |
equals(Object par1Obj) |
float |
func_75832_b(PathPoint par1PathPoint) |
int |
hashCode() |
boolean |
isAssigned()
Returns true if this point has already been assigned to a path
|
static int |
makeHash(int par0,
int par1,
int par2) |
String |
toString() |
public final int xCoord
public final int yCoord
public final int zCoord
public boolean isFirst
public static int makeHash(int par0, int par1, int par2)
public float distanceTo(PathPoint par1PathPoint)
public float func_75832_b(PathPoint par1PathPoint)
public boolean isAssigned()