Class RefVec3

  • All Implemented Interfaces:

    
    public class RefVec3
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final double x
      public final double y
      public final double z
    • Constructor Summary

      Constructors 
      Constructor Description
      RefVec3(double x, double y, double z)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RefVec3

        RefVec3(double x, double y, double z)
    • Method Detail