Module org.dyn4j

Interface ManifoldPointId

  • All Known Implementing Classes:
    IndexedManifoldPointId

    public interface ManifoldPointId
    Represents the identification of a specific contact point of a Manifold.

    The id is relative to the Convex Shapes in a particular collision.

    For Convex Shapes that return PointFeature Features 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.

    Since:
    1.0.0
    Version:
    3.2.0
    Author:
    William Bittle
    See Also:
    IndexedManifoldPointId
    • Field Detail