Am I right in assuming that there is no "getCurrentAngle()" method in the
RotationInterpolator class - it seems a bit long-winded to have to use

    float alphaVal = rotationInterpolator.getAlpha().value();

    float currentAngle = rotationInterpolator.getMinimumAngle() +
        alphaVal * (rotationInterpolator.getMaximumAngle() -
                            rotationInterpolator.getMinimumAngle() );

in order to find out what rotationInterpolator is currently setting a
rotation to.  Did I miss something in the documentation ?

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to