Class PointCollection<P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>>

  • Type Parameters:
    P - the type of the points.
    V - the type of the vectors.
    All Implemented Interfaces:
    Iterable<P>, Collection<P>

    class PointCollection<P extends Point2D<? super P,​? super V>,​V extends Vector2D<? super V,​? super P>>
    extends Object
    implements Collection<P>
    An collection of the points of the path.
    Since:
    13.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