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

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

Introduction

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

The text is from its open source code.

Constructor

RotPosPathInterpolator(Alpha alpha, TransformGroup target, Transform3D axisOfTransform, float[] knots, Quat4f[] quats, Point3f[] positions)
Constructs a new interpolator that varies the rotation and translation of the target TransformGroup's transform.

Method

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