de.grogra.blocks
Class BlockConst

java.lang.Object
  extended by de.grogra.blocks.BlockConst

public final class BlockConst
extends java.lang.Object


Field Summary
static int child
           
static int CHILD
           
static int multiply
           
static int MULTIPLY
           
static int next
           
static int NEXT
           
 
Constructor Summary
BlockConst()
           
 
Method Summary
static Node createRevo(float[] xdata, float[] ydata, float[] zdata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

child

public static final int child
See Also:
Constant Field Values

CHILD

public static final int CHILD
See Also:
Constant Field Values

multiply

public static final int multiply
See Also:
Constant Field Values

MULTIPLY

public static final int MULTIPLY
See Also:
Constant Field Values

next

public static final int next
See Also:
Constant Field Values

NEXT

public static final int NEXT
See Also:
Constant Field Values
Constructor Detail

BlockConst

public BlockConst()
Method Detail

createRevo

public static Node createRevo(float[] xdata,
                              float[] ydata,
                              float[] zdata)