Class Vec3


  • public final class Vec3
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Vec3​(float x, float y, float z)  
    • Method Summary

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

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

      • Vec3

        public Vec3​(float x,
                    float y,
                    float z)
    • Method Detail

      • getX

        public float getX()
      • getY

        public float getY()
      • getZ

        public float getZ()
      • toString

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