Class QuadEdgeUtil


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

      Constructors 
      Constructor Description
      QuadEdgeUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List findEdgesIncidentOnOrigin​(QuadEdge start)
      Gets all edges which are incident on the origin of the given edge.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QuadEdgeUtil

        public QuadEdgeUtil()
    • Method Detail

      • findEdgesIncidentOnOrigin

        public static java.util.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