Class Vec4


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getW()  
      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

      • Vec4

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

      • getX

        public float getX()
      • getY

        public float getY()
      • getZ

        public float getZ()
      • getW

        public float getW()
      • toString

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