Uses of Class
org.jbox2d.pooling.arrays.IntArray
-
Packages that use IntArray Package Description org.jbox2d.collision.shapes org.jbox2d.testbed.framework.j2d -
-
Uses of IntArray in org.jbox2d.collision.shapes
Methods in org.jbox2d.collision.shapes with parameters of type IntArray Modifier and Type Method Description void
PolygonShape. set(Vec2[] verts, int num, Vec2Array vecPool, IntArray intPool)
Create a convex hull from the given array of points. -
Uses of IntArray in org.jbox2d.testbed.framework.j2d
Fields in org.jbox2d.testbed.framework.j2d declared as IntArray Modifier and Type Field Description private static IntArray
DebugDrawJ2D. xIntsPool
private static IntArray
DebugDrawJ2D. yIntsPool
-