Package teilchen.util

Class Ray3f

  • All Implemented Interfaces:
    java.io.Serializable

    public class Ray3f
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      processing.core.PVector direction  
      processing.core.PVector origin  
    • Constructor Summary

      Constructors 
      Constructor Description
      Ray3f()  
      Ray3f​(processing.core.PVector pOrigin, processing.core.PVector pDirection)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • origin

        public processing.core.PVector origin
      • direction

        public processing.core.PVector direction
    • Constructor Detail

      • Ray3f

        public Ray3f()
      • Ray3f

        public Ray3f​(processing.core.PVector pOrigin,
                     processing.core.PVector pDirection)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object