Class Vector3f


  • public final class Vector3f
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float x  
      float y  
      float z  
    • Constructor Summary

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

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

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • x

        public final float x
      • y

        public final float y
      • z

        public final float z
    • Constructor Detail

      • Vector3f

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

      • getX

        public float getX()
      • getY

        public float getY()
      • getZ

        public float getZ()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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