org.jbox2d.pooling.arrays
Class Vec2Array

java.lang.Object
  extended by org.jbox2d.pooling.arrays.DynamicTLArray<Vec2>
      extended by org.jbox2d.pooling.arrays.Vec2Array

public class Vec2Array
extends DynamicTLArray<Vec2>


Constructor Summary
Vec2Array()
           
 
Method Summary
protected  Vec2[] getInitializedArray(int argLength)
           
 
Methods inherited from class org.jbox2d.pooling.arrays.DynamicTLArray
get
 
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

getInitializedArray

protected Vec2[] getInitializedArray(int argLength)
Specified by:
getInitializedArray in class DynamicTLArray<Vec2>


Copyright © 2011. All Rights Reserved.