com.vwp.j3d.utils.behaviors.interpolators
Class RotationInterpolatorZ
java.lang.Object
RotationInterpolator
com.vwp.j3d.utils.behaviors.interpolators.RotationInterpolatorX
com.vwp.j3d.utils.behaviors.interpolators.RotationInterpolatorZ
public class RotationInterpolatorZ
- extends RotationInterpolatorX
|
Constructor Summary |
RotationInterpolatorZ(Alpha alpha,
TransformGroup transformgroup,
double x,
double y,
double z)
Constructor for a rotation interpolator object |
RotationInterpolatorZ(Alpha alpha,
TransformGroup transformgroup,
Transform3D transform3d,
double f,
double f1,
double x,
double y,
double z)
Constructor for a rotation interpolator object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RotationInterpolatorZ
public RotationInterpolatorZ(Alpha alpha,
TransformGroup transformgroup,
double x,
double y,
double z)
- Constructor for a rotation interpolator object
- Parameters:
alpha - An Alpha object which describes the rotation that has to be
performedtransformgroup - The transform group which has to be used to perform
the rotation withx - Initial x-angle, this angle will not be influenced or modified by
this interpolatory - Initial y-angle, this angle will not be influenced or modified by
this interpolatorz - Initial z-angle, this value will be modified during this
interpolator is active
RotationInterpolatorZ
public RotationInterpolatorZ(Alpha alpha,
TransformGroup transformgroup,
Transform3D transform3d,
double f,
double f1,
double x,
double y,
double z)
- Constructor for a rotation interpolator object
- Parameters:
alpha - An Alpha object which describes the rotation that has to be
performedtransformgroup - The transform group which has to be used to perform
the rotation withf - The angle where the rotation has to start fromf1 - The end angle to what the interpolator has the object rotate tox - Initial x-angle, this angle will not be influenced or modified by
this interpolatory - Initial y-angle, this angle will not be influenced or modified by
this interpolatorz - Initial z-angle, this value will be modified during this
interpolator is active
processStimulus
public void processStimulus(java.util.Enumeration enumeration)
- Overrides:
processStimulus in class RotationInterpolatorX