JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.jbox2d.pooling.arrays.IntArray
Packages that use
IntArray
Package
Description
org.jbox2d.collision.shapes
Uses of
IntArray
in
org.jbox2d.collision.shapes
Methods in
org.jbox2d.collision.shapes
with parameters of type
IntArray
Modifier and Type
Method
Description
final void
PolygonShape.
set
(
Vec2
[] verts, int num,
Vec2Array
vecPool,
IntArray
intPool)
Create a convex hull from the given array of points.