Module org.dyn4j

Interface NarrowphasePostProcessor

  • All Known Implementing Classes:
    LinkPostProcessor

    public interface NarrowphasePostProcessor
    Interface used to modify the narrow-phase collision information before being sent to listeners.
    Since:
    3.2.2
    Version:
    3.2.2
    Author:
    William Bittle
    • Method Detail

      • process

        void process​(Convex convex1,
                     Transform transform1,
                     Convex convex2,
                     Transform transform2,
                     Penetration penetration)
        Performs post processing on the narrow-phase collision detection information.
        Parameters:
        convex1 - the first convex shape
        transform1 - the first convex shape's transform
        convex2 - the second convex shape
        transform2 - the second convex shape's transform
        penetration - the narrow-phase collision detection information