public class WorldManifold extends Object
| Modifier and Type | Method and Description |
|---|---|
Vector2 |
getNormal()
Returns the normal of this manifold
|
int |
getNumberOfContactPoints() |
Vector2[] |
getPoints()
Returns the contact points of this manifold.
|
float[] |
getSeparations()
Returns the separations of this manifold, a negative value indicates overlap, in meters.
|
public Vector2 getNormal()
public Vector2[] getPoints()
public float[] getSeparations()
public int getNumberOfContactPoints()
Copyright © 2016. All rights reserved.