Class Triangle.TriangleIntersection

    • Field Summary

      Fields 
      Modifier and Type Field Description
      Vec4 p0  
      Vec4 p1  
      double s0  
      double s1  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TriangleIntersection()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • p0

        public Vec4 p0
      • p1

        public Vec4 p1
      • s0

        public double s0
      • s1

        public double s1
    • Constructor Detail

      • TriangleIntersection

        protected TriangleIntersection()