public class PathPoint
extends java.lang.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(java.lang.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) |
java.lang.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 equals(java.lang.Object par1Obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean isAssigned()
public java.lang.String toString()
toString
in class java.lang.Object