Class HEdge


  • public class HEdge
    extends java.lang.Object
    Class for representing an Edge in the JConvexHull. Contains the origin and destination vertices, the twin edge, the incident JFace and the next and previous edge in the incident JFace
    • Method Detail

      • setDest

        public void setDest​(JVertex dest)
      • getOrigin

        public JVertex getOrigin()
      • setOrigin

        public void setOrigin​(JVertex origin)
      • getTwin

        public HEdge getTwin()
      • setTwin

        public void setTwin​(HEdge twin)
      • getiFace

        public JFace getiFace()
      • setiFace

        public void setiFace​(JFace iFace)
      • getNext

        public HEdge getNext()
      • setNext

        public void setNext​(HEdge next)
      • getPrev

        public HEdge getPrev()
      • setPrev

        public void setPrev​(HEdge prev)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getDest

        public JVertex getDest()
      • isHorizon

        public boolean isHorizon()
      • findHorizon

        public void findHorizon​(java.util.List<HEdge> horizon)