Class Quaternion


  • public class Quaternion
    extends java.lang.Object
    • Constructor Detail

      • Quaternion

        public Quaternion()
      • Quaternion

        public Quaternion​(Quaternion src)
      • Quaternion

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

      • set

        public void set​(float w,
                        float x,
                        float y,
                        float z)
      • getYaw

        public float getYaw()
      • getPitch

        public float getPitch()
      • getRoll

        public float getRoll()