Class UI3DScene.Ray

java.lang.Object
zombie.vehicles.UI3DScene.Ray
Enclosing class:
UI3DScene

public static final class UI3DScene.Ray
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    Vector3f direction  
    Vector3f origin  
    float t  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • origin

      public final Vector3f origin
    • direction

      public final Vector3f direction
    • t

      public float t