Class Vector3f


  • public class Vector3f
    extends java.lang.Object
    Author:
    Pierre Lando
    • Constructor Summary

      Constructors 
      Constructor Description
      Vector3f​(float x, float y, 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()
      • toString

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