Class QuadEdgeUtil


  • public class QuadEdgeUtil
    extends Object
    Utilities for working with QuadEdges.
    Author:
    mbdavis
    • Constructor Detail

      • QuadEdgeUtil

        public QuadEdgeUtil()
    • Method Detail

      • findEdgesIncidentOnOrigin

        public static List findEdgesIncidentOnOrigin​(QuadEdge start)
        Gets all edges which are incident on the origin of the given edge.
        Parameters:
        start - the edge to start at
        Returns:
        a List of edges which have their origin at the origin of the given edge