net.jimmc.spelsim
Class Debug

java.lang.Object
  extended by net.jimmc.spelsim.Debug

public class Debug
extends java.lang.Object


Constructor Summary
Debug()
           
 
Method Summary
static java.lang.String numToString(double d)
           
static java.lang.String pointToString(double x, double y)
           
static java.lang.String polarPointToString(double r, double theta)
           
 
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

pointToString

public static java.lang.String pointToString(double x,
                                             double y)

polarPointToString

public static java.lang.String polarPointToString(double r,
                                                  double theta)

numToString

public static java.lang.String numToString(double d)