Package org.jbox2d.pooling.arrays
Class Vec2Array
- java.lang.Object
-
- org.jbox2d.pooling.arrays.Vec2Array
-
public class Vec2Array extends java.lang.Object
not thread safe Vec2[] pool
-
-
Constructor Summary
Constructors Constructor Description Vec2Array()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vec2[]
get(int argLength)
protected Vec2[]
getInitializedArray(int argLength)
-