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.Vec2Array
Packages that use
Vec2Array
Package
Description
org.jbox2d.collision.shapes
Uses of
Vec2Array
in
org.jbox2d.collision.shapes
Methods in
org.jbox2d.collision.shapes
with parameters of type
Vec2Array
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.