Module org.dyn4j

Class TimeOfImpactAdapter

    • Constructor Detail

      • TimeOfImpactAdapter

        public TimeOfImpactAdapter()
        Deprecated.
    • Method Detail

      • collision

        public boolean collision​(Body body1,
                                 BodyFixture fixture1,
                                 Body body2,
                                 BodyFixture fixture2,
                                 TimeOfImpact toi)
        Deprecated.
        Description copied from interface: TimeOfImpactListener
        Called when a time of impact has been detected between two bodies.

        Returning true from this method indicates that the collision of these two Bodys should be processed (solved).

        The values of the toi parameter can be changed in this method.

        Specified by:
        collision in interface TimeOfImpactListener
        Parameters:
        body1 - the first Body
        fixture1 - the first Body's fixture
        body2 - the second Body
        fixture2 - the second Body's fixture
        toi - the TimeOfImpact
        Returns:
        boolean true if the collision should be handled