Class CubicQuaternion

java.lang.Object
com.badlogic.gdx.math.Quaternion
gaiasky.util.gdx.model.gltf.scene3d.model.CubicQuaternion
All Implemented Interfaces:
Serializable

public class CubicQuaternion extends com.badlogic.gdx.math.Quaternion
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final com.badlogic.gdx.math.Quaternion
     
    final com.badlogic.gdx.math.Quaternion
     

    Fields inherited from class com.badlogic.gdx.math.Quaternion

    w, x, y, z
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.badlogic.gdx.math.Quaternion

    add, add, conjugate, cpy, dot, dot, dot, equals, exp, getAngle, getAngleAround, getAngleAround, getAngleAroundRad, getAngleAroundRad, getAngleRad, getAxisAngle, getAxisAngleRad, getGimbalPole, getPitch, getPitchRad, getRoll, getRollRad, getSwingTwist, getSwingTwist, getYaw, getYawRad, hashCode, idt, isIdentity, isIdentity, len, len, len2, len2, mul, mul, mul, mulLeft, mulLeft, nor, set, set, set, setEulerAngles, setEulerAnglesRad, setFromAxes, setFromAxes, setFromAxis, setFromAxis, setFromAxisRad, setFromAxisRad, setFromCross, setFromCross, setFromMatrix, setFromMatrix, setFromMatrix, setFromMatrix, slerp, slerp, slerp, toMatrix, toString, transform

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • tangentIn

      public final com.badlogic.gdx.math.Quaternion tangentIn
    • tangentOut

      public final com.badlogic.gdx.math.Quaternion tangentOut
  • Constructor Details

    • CubicQuaternion

      public CubicQuaternion()