Class Profile

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

public class Profile extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     
    float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    toDebugStrings(java.util.List<java.lang.String> strings)
     

    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)