Package teilchen.util

Class Intersection.IntersectionResult

  • Enclosing class:
    Intersection

    public static class Intersection.IntersectionResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float t  
      float u  
      float v  
    • Method Summary

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

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

      • t

        public float t
      • u

        public float u
      • v

        public float v
    • Constructor Detail

      • IntersectionResult

        public IntersectionResult()
    • Method Detail

      • clear

        public void clear()