Module raytracer

Class Intersections.CylinderInput

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

public static class Intersections.CylinderInput extends Object
  • Field Details

    • top_normal

      public final Vector3f top_normal
    • top_tangenteU

      public final Vector3f top_tangenteU
    • top_tangenteV

      public final Vector3f top_tangenteV
    • open_top

      public boolean open_top
    • open_bottom

      public boolean open_bottom
    • ray

      public final Ray ray
    • transformation

      public final Matrix4f transformation
    • invers_transformation

      public final Matrix4f invers_transformation
    • minIndex

      public int minIndex
  • Constructor Details

    • CylinderInput

      public CylinderInput()