Class Quat4f


  • public class Quat4f
    extends Tuple4f
    Vector math package, converted to look similar to javax.vecmath.
    • Constructor Detail

      • Quat4f

        public Quat4f()
      • Quat4f

        public Quat4f​(float[] x)
      • Quat4f

        public Quat4f​(float x,
                      float y,
                      float z,
                      float w)
      • Quat4f

        public Quat4f​(Quat4f t)
      • Quat4f

        public Quat4f​(Tuple4f t)
    • Method Detail

      • normalize

        public void normalize()