public class KeyframeAnimations
extends Object
-
Constructor Summary
Constructors
-
Method Summary
degreeVec(float pXDegrees,
float pYDegrees,
float pZDegrees)
posVec(float pX,
float pY,
float pZ)
scaleVec(double pXScale,
double pYScale,
double pZScale)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KeyframeAnimations
public KeyframeAnimations()
-
Method Details
-
posVec
public static Vector3f posVec(float pX,
float pY,
float pZ)
-
degreeVec
public static Vector3f degreeVec(float pXDegrees,
float pYDegrees,
float pZDegrees)
-
scaleVec
public static Vector3f scaleVec(double pXScale,
double pYScale,
double pZScale)