IndexedManifoldPointId
public interface ManifoldPointId
Manifold
.
The id is relative to the Convex
Shape
s in a particular collision.
For Convex
Shape
s that return PointFeature
Feature
s the id
will always be DISTANCE
. The DISTANCE
id relays to any caching mechanism
that a distance check should be done rather than an id comparison to determine whether
to use a cached value or not.
IndexedManifoldPointId
Modifier and Type | Field | Description |
---|---|---|
static ManifoldPointId |
DISTANCE |
The default
ManifoldPointId . |
static final ManifoldPointId DISTANCE
ManifoldPointId
. Flags that the points should be
tested by performing a distance check.