Interface Drawable<P extends Point<P,​S>,​S extends Space>

    • Method Detail

      • getPoints

        Iterator<? extends P> getPoints()
        Retrieve, or generate all points that make up the object.
        Returns:
        Iterable<Point2d>; an iterator that generates all points that make up the object
      • size

        int size()
        Retrieve the number of points that make up the object.
        Returns:
        int; the number of points that make up the object