public class Manifold extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Manifold.ManifoldPoint |
static class |
Manifold.ManifoldType |
| 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()
Copyright © 2016. All rights reserved.