org.jbox2d.dynamics
Class Profile

java.lang.Object
  extended by org.jbox2d.dynamics.Profile

public class Profile
extends Object


Field Summary
 float broadphase
           
 float collide
           
 float solve
           
 float solveInit
           
 float solvePosition
           
 float solveTOI
           
 float solveVelocity
           
 float step
           
 
Constructor Summary
Profile()
           
 
Method Summary
 void toDebugStrings(List<String> strings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

Profile

public Profile()
Method Detail

toDebugStrings

public void toDebugStrings(List<String> strings)


Copyright © 2013. All Rights Reserved.