Package org.jbox2d.dynamics
Class Profile
java.lang.Object
org.jbox2d.dynamics.Profile
public class Profile
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
float
float
float
float
float
float
float
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
step
public float step -
collide
public float collide -
solve
public float solve -
solveInit
public float solveInit -
solveVelocity
public float solveVelocity -
solvePosition
public float solvePosition -
broadphase
public float broadphase -
solveTOI
public float solveTOI
-
-
Constructor Details
-
Profile
public Profile()
-
-
Method Details
-
toDebugStrings
public void toDebugStrings(java.util.List<java.lang.String> strings)
-