public class KeyframeAnimations
extends Object
-
Constructor Summary
Constructors
-
Method Summary
degreeVec(float xDegrees,
float yDegrees,
float zDegrees)
posVec(float x,
float y,
float z)
scaleVec(double xScale,
double yScale,
double zScale)
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 x,
float y,
float z)
-
degreeVec
public static Vector3f degreeVec(float xDegrees,
float yDegrees,
float zDegrees)
-
scaleVec
public static Vector3f scaleVec(double xScale,
double yScale,
double zScale)