Class FixtureProxy

java.lang.Object
org.jbox2d.dynamics.FixtureProxy

public class FixtureProxy extends java.lang.Object
This proxy is used internally to connect fixtures to the broad-phase.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final AABB
     
    (package private) int
     
    (package private) Fixture
     
    (package private) int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • aabb

      final AABB aabb
    • fixture

      Fixture fixture
    • childIndex

      int childIndex
    • proxyId

      int proxyId
  • Constructor Details

    • FixtureProxy

      public FixtureProxy()