Class BasicMesh.Edge

  • Enclosing class:
    BasicMesh

    public class BasicMesh.Edge
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] T  
      int[] V  
    • Constructor Summary

      Constructors 
      Constructor Description
      Edge()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • V

        public int[] V
      • T

        public int[] T
    • Constructor Detail

      • Edge

        public Edge()