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

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

Introduction

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

The text is from its open source code.

Constructor

PositionInterpolator(Alpha alpha, TransformGroup target)
Constructs a trivial position interpolator with a specified target, an axisOfTranslation set to Identity, a startPosition of 0.0f, and an endPosition of 1.0f.
PositionInterpolator(Alpha alpha, TransformGroup target, Transform3D axisOfTransform, float startPosition, float endPosition)
Constructs a new position interpolator that varies the target TransformGroup's translational component (startPosition and endPosition).

Method

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