java.lang.Object
de.pirckheimer_gymnasium.jbox2d.profile.worlds.PistonWorld
All Implemented Interfaces:
PerformanceTestWorld

public class PistonWorld extends Object implements PerformanceTestWorld
  • Field Details

    • timeStep

      public float timeStep
    • velIters

      public int velIters
    • posIters

      public int posIters
    • m_joint1

      public RevoluteJoint m_joint1
    • m_joint2

      public PrismaticJoint m_joint2
    • world

      public World world
  • Constructor Details

    • PistonWorld

      public PistonWorld()
  • Method Details