Module raytracer

Class Intersections.BoxIntersectionInput

java.lang.Object
de.grogra.ray.intersection.Intersections.BoxIntersectionInput
Enclosing class:
Intersections

public static class Intersections.BoxIntersectionInput extends Object
  • Field Details

    • ray

      public final Ray ray
    • minValues

      public final Vector3f minValues
    • maxValues

      public final Vector3f maxValues
  • Constructor Details

    • BoxIntersectionInput

      public BoxIntersectionInput()