Class Island


  • public class Island
    extends java.lang.Object
    This is an internal class.
    • Constructor Detail

      • Island

        public Island()
    • Method Detail

      • init

        public void init​(int bodyCapacity,
                         int contactCapacity,
                         int jointCapacity,
                         ContactListener listener)
      • clear

        public void clear()
      • solve

        public void solve​(Profile profile,
                          TimeStep step,
                          Vec2 gravity,
                          boolean allowSleep)
      • solveTOI

        public void solveTOI​(TimeStep subStep,
                             int toiIndexA,
                             int toiIndexB)
      • add

        public void add​(Body body)
      • add

        public void add​(Contact contact)
      • add

        public void add​(Joint joint)