public class Manifold
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Manifold.ManifoldPoint |
static class |
Manifold.ManifoldType |
Modifier | Constructor and Description |
---|---|
protected |
Manifold(long addr) |
Modifier and Type | Method and Description |
---|---|
Vector2 |
getLocalNormal() |
Vector2 |
getLocalPoint() |
int |
getPointCount() |
Manifold.ManifoldPoint[] |
getPoints() |
Manifold.ManifoldType |
getType() |
public Manifold.ManifoldType getType()
public int getPointCount()
public Vector2 getLocalNormal()
public Vector2 getLocalPoint()
public Manifold.ManifoldPoint[] getPoints()