Uses of Class
org.jbox2d.pooling.arrays.Vec2Array
-
Packages that use Vec2Array Package Description org.jbox2d.collision.shapes org.jbox2d.dynamics org.jbox2d.testbed.framework.j2d org.jbox2d.testbed.tests -
-
Uses of Vec2Array in org.jbox2d.collision.shapes
Methods in org.jbox2d.collision.shapes with parameters of type Vec2Array 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 Vec2Array in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as Vec2Array Modifier and Type Field Description private Vec2Array
World. avs
private Vec2Array
World. tlvertices
-
Uses of Vec2Array in org.jbox2d.testbed.framework.j2d
Fields in org.jbox2d.testbed.framework.j2d declared as Vec2Array Modifier and Type Field Description private Vec2Array
DebugDrawJ2D. vec2Array
-
Uses of Vec2Array in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as Vec2Array Modifier and Type Field Description private Vec2Array
DynamicTreeTest. vecPool
-