public class VoxelInt extends Point3DInt
| Constructor and Description |
|---|
VoxelInt() |
VoxelInt(int x,
int y,
int z,
float value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
double |
getExtra() |
float |
getValue() |
int |
hashCode() |
void |
setExtra(double extra) |
void |
setValue(float value) |
java.lang.String |
toString() |
distance, distance, distanceSquare, distanceSquare, distanceSquareScaled, distanceSquareScaled, distanceUnitScaled, distanceUnitScaled, getX, getY, getZ, isInsideBoundingBox, sameVoxel, setX, setXYZ, setY, setZ, translatepublic VoxelInt()
public VoxelInt(int x,
int y,
int z,
float value)
public float getValue()
public void setValue(float value)
public double getExtra()
public void setExtra(double extra)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object