Class FrontEdge


  • public class FrontEdge
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FrontEdge()  
      FrontEdge​(int _v0, int _v1, int _v2, int _face)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • v0

        public int v0
      • v1

        public int v1
      • v2

        public int v2
      • face

        public int face
      • active

        public boolean active
      • assigned

        public int assigned
    • Constructor Detail

      • FrontEdge

        public FrontEdge()
      • FrontEdge

        public FrontEdge​(int _v0,
                         int _v1,
                         int _v2,
                         int _face)