Package | Description |
---|---|
org.scijava.java3d.utils.behaviors.interpolators |
Provides spline-based interpolation behaviors.
|
Modifier and Type | Field and Description |
---|---|
protected TCBKeyFrame[] |
TCBSplinePathInterpolator.keyFrames
An array of KBKeyFrame for interpolator
|
Modifier and Type | Method and Description |
---|---|
TCBKeyFrame |
TCBSplinePathInterpolator.getKeyFrame(int index)
This method retrieves the key frame at the specified index.
|
Constructor and Description |
---|
RotPosScaleTCBSplinePathInterpolator(Alpha alpha,
TransformGroup target,
Transform3D axisOfTransform,
TCBKeyFrame[] keys)
Constructs a new RotPosScaleTCBSplinePathInterpolator object that
varies the rotation, translation, and scale of the target
TransformGroup's transform.
|
TCBKeyFrame(TCBKeyFrame kf) |
TCBSplinePathInterpolator(Alpha alpha,
TCBKeyFrame[] keys)
Deprecated.
As of Java 3D version 1.3, replaced by
TCBSplinePathInterpolator(Alpha, TransformGroup, TCBKeyFrame[]) |
TCBSplinePathInterpolator(Alpha alpha,
TransformGroup target,
TCBKeyFrame[] keys)
Constructs a new TCBSplinePathInterpolator object that interpolates
between keyframes with specified alpha, target and default axisOfTransform
set to identity.
|
TCBSplinePathInterpolator(Alpha alpha,
TransformGroup target,
Transform3D axisOfTransform,
TCBKeyFrame[] keys)
Constructs a new TCBSplinePathInterpolator object that interpolates
between keyframes with specified alpha, target and axisOfTransform.
|
Copyright © 2016–2022 SciJava. All rights reserved.