de.grogra.mtg
Class MTGVoxel
java.lang.Object
de.grogra.mtg.MTGVoxel
public class MTGVoxel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
voxelsNumber
public static int voxelsNumber
MTGVoxel
public MTGVoxel(int branchIndex)
MTGVoxel
public MTGVoxel(int branchIndex,
Vector3d min,
Vector3d max)
equals
public boolean equals(MTGVoxel another)
getBranchIndex
public int getBranchIndex()
getDeltax
public double getDeltax()
getDeltay
public double getDeltay()
getDeltaz
public double getDeltaz()
getMax
public Vector3d getMax()
getMin
public Vector3d getMin()
setDeltax
public void setDeltax(double deltax)
setDeltay
public void setDeltay(double deltay)
setDeltaz
public void setDeltaz(double deltaz)
setMax
public void setMax(Vector3d max)
setMin
public void setMin(Vector3d min)
translate
public void translate()