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
FieldsModifier and TypeFieldDescriptionfinal 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 -
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
-
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()
-