Class Quaternion

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class Quaternion
    extends java.lang.Object
    implements java.lang.Cloneable
    • Constructor Detail

      • Quaternion

        public Quaternion()
      • Quaternion

        public Quaternion​(float i,
                          float j,
                          float k,
                          float a)
    • Method Detail

      • getI

        public float getI()
      • getJ

        public float getJ()
      • getK

        public float getK()
      • getA

        public float getA()