Class Path3ai.PointIterator<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>>

  • Type Parameters:
    P - the type of the points.
    V - the type of the vectors.
    All Implemented Interfaces:
    Iterator<P>
    Enclosing interface:
    Path3ai<ST extends Shape3ai<?,​?,​IE,​P,​V,​B>,​IT extends Path3ai<?,​?,​IE,​P,​V,​B>,​IE extends PathElement3ai,​P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>,​B extends RectangularPrism3ai<?,​?,​IE,​P,​V,​B>>

    public static class Path3ai.PointIterator<P extends Point3D<? super P,​? super V>,​V extends Vector3D<? super V,​? super P>>
    extends Object
    implements Iterator<P>
    Iterator on 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
    • Constructor Detail

      • PointIterator

        public PointIterator​(Path3ai<?,​?,​?,​P,​V,​?> path)
        Constructor.
        Parameters:
        path - the path to iterate on.