marchingcubes
Class MCNeighbour
java.lang.Object
|
+--marchingcubes.MCNeighbour
- public class MCNeighbour
- extends java.lang.Object
|
Constructor Summary |
MCNeighbour(marchingcubes.MCCube cube,
int position)
contructor of a MCNeighbour object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NORTH
public static final int NORTH
- See Also:
- Constant Field Values
SOUTH
public static final int SOUTH
- See Also:
- Constant Field Values
EAST
public static final int EAST
- See Also:
- Constant Field Values
WEST
public static final int WEST
- See Also:
- Constant Field Values
UP
public static final int UP
- See Also:
- Constant Field Values
DOWN
public static final int DOWN
- See Also:
- Constant Field Values
cube
protected marchingcubes.MCCube cube
position
protected int position
MCNeighbour
public MCNeighbour(marchingcubes.MCCube cube,
int position)
- contructor of a MCNeighbour object
- Parameters:
cube - the neighbour cube