Module raytracer

Class Intersections.ConeInput

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

public static class Intersections.ConeInput extends Object
  • Field Details

    • ray

      public final Ray ray
    • transformation

      public final Matrix4f transformation
    • invers_transformation

      public final Matrix4f invers_transformation
    • minIndex

      public int minIndex
    • open_bottom

      public boolean open_bottom
    • bottom_normal

      public final Vector3f bottom_normal
    • bottom_tangenteU

      public final Vector3f bottom_tangenteU
    • bottom_tangenteV

      public final Vector3f bottom_tangenteV
  • Constructor Details

    • ConeInput

      public ConeInput()