Class QuadEdgePinwheel

    • Constructor Detail

      • QuadEdgePinwheel

        public QuadEdgePinwheel​(IQuadEdge e0)
        Constructs a pinwheel iterator based on the specified edge. The first "next" edge produced by the iterator is the edge immediately counterclockwise from edge e0.
        Parameters:
        e0 - the producing edge for the iterator.