Class Vec2Array

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

public class Vec2Array extends Object
not thread safe Vec2[] pool
Author:
dmurph
  • Constructor Details

    • Vec2Array

      public Vec2Array()
  • Method Details

    • get

      public Vec2[] get(int argLength)
    • getInitializedArray

      protected Vec2[] getInitializedArray(int argLength)