org.jbox2d.dynamics.contacts
Class ContactSolver.ContactSolverDef

java.lang.Object
  extended by org.jbox2d.dynamics.contacts.ContactSolver.ContactSolverDef
Enclosing class:
ContactSolver

public static class ContactSolver.ContactSolverDef
extends Object


Field Summary
 Contact[] contacts
           
 int count
           
 Position[] positions
           
 TimeStep step
           
 Velocity[] velocities
           
 
Constructor Summary
ContactSolver.ContactSolverDef()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

step

public TimeStep step

contacts

public Contact[] contacts

count

public int count

positions

public Position[] positions

velocities

public Velocity[] velocities
Constructor Detail

ContactSolver.ContactSolverDef

public ContactSolver.ContactSolverDef()


Copyright © 2013. All Rights Reserved.