Class Debug

java.lang.Object
  extended byDebug

public class Debug
extends java.lang.Object


Constructor Summary
Debug()
           
 
Method Summary
static void checkFalse(boolean bool, java.lang.String err)
          Checks if bool is false and print String err
static javax.vecmath.Quat4d checkQ4d(javax.vecmath.Quat4d q, javax.media.j3d.Transform3D t)
           
static void print(int level, java.lang.String debuggingInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

checkFalse

public static void checkFalse(boolean bool,
                              java.lang.String err)
Checks if bool is false and print String err


print

public static void print(int level,
                         java.lang.String debuggingInfo)

checkQ4d

public static javax.vecmath.Quat4d checkQ4d(javax.vecmath.Quat4d q,
                                            javax.media.j3d.Transform3D t)