net.jimmc.spelsim
Class Physics

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

public class Physics
extends java.lang.Object

Fundamental physical constants.


Field Summary
static double G
          The Gravitational constant, in units of meter^3 per kg per second^2
 
Constructor Summary
Physics()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

G

public static final double G
The Gravitational constant, in units of meter^3 per kg per second^2

See Also:
Constant Field Values
Constructor Detail

Physics

public Physics()