Module raytracer

Class Intersections.SphereInput

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

public static class Intersections.SphereInput extends Object
  • Field Details

    • ray

      public Ray ray
    • transformation

      public Matrix4f transformation
    • invers_transformation

      public Matrix4f invers_transformation
    • minIndex

      public int minIndex
    • radius

      public float radius
    • squareRadius

      public float squareRadius
  • Constructor Details

    • SphereInput

      public SphereInput()