net.java.dev.joode.collision
Class ContactParameters

java.lang.Object
  extended by net.java.dev.joode.collision.ContactParameters
All Implemented Interfaces:
java.io.Serializable, SimState

public class ContactParameters
extends java.lang.Object
implements SimState

Author:
Tom Larkworthy
See Also:
Serialized Form

Field Summary
 float max_vel
           
 float min_depth
           
 
Constructor Summary
ContactParameters()
           
 
Method Summary
 ContactParameters cloneState(ClonedReferences util)
           deep clones the state object, any references to other SimState objects should be cloned and assigned to the clone via the ClonedReferences util object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

max_vel

public float max_vel

min_depth

public float min_depth
Constructor Detail

ContactParameters

public ContactParameters()
Method Detail

cloneState

public ContactParameters cloneState(ClonedReferences util)
Description copied from interface: SimState

deep clones the state object, any references to other SimState objects should be cloned and assigned to the clone via the ClonedReferences util object. The util object ensures that multiple clones of the same object are not performed during a clone operation.

Specified by:
cloneState in interface SimState
Parameters:
util - instanciate a new one if top level cloning