An iterator over points in a Path.

interface PathIterator {
    nextPoint(point): boolean;
}

Implemented by

Methods

Methods

  • Sets the given MutableVector to the location of the next point on the path.

    Parameters

    • point: MutableVector

      the MutableVector where the location is stored

    Returns boolean

    true if a next point was found

Generated using TypeDoc