Interface BoundedElement2ai<T extends Rectangle2ai<?,​?,​?,​?,​?,​?>>

  • Type Parameters:
    T - the type of the bounding box.

    public interface BoundedElement2ai<T extends Rectangle2ai<?,​?,​?,​?,​?,​?>>
    Element that has bounds.
    Since:
    15.0
    Version:
    17.0 2020-01-04 14:41:43
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    mathgeom
    • Method Detail

      • getBoundingBox

        @Pure
        T getBoundingBox()
        Replies the bounding box of this element.
        Returns:
        the bounding box or null if not applicable.