Class Vector3f


  • public final class Vector3f
    extends Object
    • 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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object