Java javax.media.j3d RotationInterpolator fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d RotationInterpolator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d RotationInterpolator.

The text is from its open source code.

Subclass

javax.media.j3d.RotationInterpolator has subclasses.
Click this link to see all its subclasses.

Constructor

RotationInterpolator(Alpha alpha, TransformGroup target)
Constructs a trivial rotation interpolator with a specified target, an default axisOfTranform set to identity, a minimum angle of 0.0f, and a maximum angle of 2*pi radians.
RotationInterpolator(Alpha alpha, TransformGroup target, Transform3D axisOfTransform, float minimumAngle, float maximumAngle)
Constructs a new rotation interpolator that varies the target transform node's rotational component.

Method

voidsetSchedulingBounds(Bounds region)
Set the Behavior's scheduling region to the specified bounds.