Class Intersector.SplitTriangle

  • Enclosing class:
    Intersector

    public static class Intersector.SplitTriangle
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SplitTriangle​(int numAttributes)
      Creates a new instance, assuming numAttributes attributes per triangle vertex.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • front

        public float[] front
      • back

        public float[] back
      • numFront

        public int numFront
      • numBack

        public int numBack
      • total

        public int total
    • Constructor Detail

      • SplitTriangle

        public SplitTriangle​(int numAttributes)
        Creates a new instance, assuming numAttributes attributes per triangle vertex.
        Parameters:
        numAttributes - must be >= 3
    • Method Detail

      • toString

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