package com.codename1.gaming.physics.box2d.pooling.arrays
Pooled reusable arrays used by the box2d physics engine.
Part of the box2d simulation engine, a derived work of JBox2D used under the
BSD 2-Clause license; see com.codename1.gaming.physics for attribution.
Types
class FloatArray | Not thread safe float[] pooling. |
class IntArray | Not thread safe int[] pooling |
class Vec2Array | not thread safe Vec2[] pool |