Package org.jbox2d.dynamics
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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
aabb
-
fixture
Fixture fixture -
childIndex
int childIndex -
proxyId
int proxyId
-
-
Constructor Details
-
FixtureProxy
public FixtureProxy()
-