Class DefaultWorldPool

java.lang.Object
org.jbox2d.pooling.normal.DefaultWorldPool
All Implemented Interfaces:
WorldPool

public class DefaultWorldPool extends Object implements WorldPool
Provides object pooling for all objects used in the engine. Objects retrieved from here should only be used temporarily, and then pushed back (except * arrays).
Author:
Daniel Murphy