Module org.dyn4j

Class RaycastResult<T extends CollisionBody<E>,​E extends Fixture>

    • Field Detail

      • raycast

        protected final Raycast raycast
        The raycast result
    • Constructor Detail

      • RaycastResult

        public RaycastResult()
        Default constructor.
      • RaycastResult

        protected RaycastResult​(T body,
                                E fixture,
                                Raycast raycast)
        Full constructor.
        Parameters:
        body - the body
        fixture - the fixture
        raycast - the raycast information