public static class AnimationControllerHack.Transform
extends java.lang.Object
implements com.badlogic.gdx.utils.Pool.Poolable
| Modifier and Type | Field and Description |
|---|---|
com.badlogic.gdx.math.Quaternion |
rotation |
com.badlogic.gdx.math.Vector3 |
scale |
com.badlogic.gdx.math.Vector3 |
translation |
WeightVector |
weights |
| Constructor and Description |
|---|
Transform() |
| Modifier and Type | Method and Description |
|---|---|
AnimationControllerHack.Transform |
idt() |
AnimationControllerHack.Transform |
lerp(AnimationControllerHack.Transform target,
float alpha) |
AnimationControllerHack.Transform |
lerp(com.badlogic.gdx.math.Vector3 targetT,
com.badlogic.gdx.math.Quaternion targetR,
com.badlogic.gdx.math.Vector3 targetS,
WeightVector targetW,
float alpha) |
void |
reset() |
AnimationControllerHack.Transform |
set(AnimationControllerHack.Transform other) |
AnimationControllerHack.Transform |
set(com.badlogic.gdx.math.Vector3 t,
com.badlogic.gdx.math.Quaternion r,
com.badlogic.gdx.math.Vector3 s,
WeightVector w) |
com.badlogic.gdx.math.Matrix4 |
toMatrix4(com.badlogic.gdx.math.Matrix4 out) |
java.lang.String |
toString() |
public final com.badlogic.gdx.math.Vector3 translation
public final com.badlogic.gdx.math.Quaternion rotation
public final com.badlogic.gdx.math.Vector3 scale
public final WeightVector weights
public AnimationControllerHack.Transform idt()
public AnimationControllerHack.Transform set(com.badlogic.gdx.math.Vector3 t, com.badlogic.gdx.math.Quaternion r, com.badlogic.gdx.math.Vector3 s, WeightVector w)
public AnimationControllerHack.Transform set(AnimationControllerHack.Transform other)
public AnimationControllerHack.Transform lerp(AnimationControllerHack.Transform target, float alpha)
public AnimationControllerHack.Transform lerp(com.badlogic.gdx.math.Vector3 targetT, com.badlogic.gdx.math.Quaternion targetR, com.badlogic.gdx.math.Vector3 targetS, WeightVector targetW, float alpha)
public com.badlogic.gdx.math.Matrix4 toMatrix4(com.badlogic.gdx.math.Matrix4 out)
public void reset()
reset in interface com.badlogic.gdx.utils.Pool.Poolablepublic java.lang.String toString()
toString in class java.lang.Object