org.jbox2d.pooling.arrays
Class Vec2Array

java.lang.Object
  extended by org.jbox2d.pooling.arrays.Vec2Array

public class Vec2Array
extends Object

not thread safe Vec2[] pool

Author:
dmurph

Constructor Summary
Vec2Array()
           
 
Method Summary
 Vec2[] get(int argLength)
           
protected  Vec2[] getInitializedArray(int argLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vec2Array

public Vec2Array()
Method Detail

get

public Vec2[] get(int argLength)

getInitializedArray

protected Vec2[] getInitializedArray(int argLength)


Copyright © 2013. All Rights Reserved.