com.sun.j3d.utils.behaviors.interpolators
Class TCBKeyFrame
java.lang.Object
|
+--com.sun.j3d.utils.behaviors.interpolators.TCBKeyFrame
- public class TCBKeyFrame
- extends java.lang.Object
This class represents a Key Frame that can be used for Kochanek-Bartels
(TCB) spline interpolation.
- Since:
- Java3D 1.1
Method Summary |
void |
debugPrint(java.lang.String tag)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
position
public Point3f position
quat
public Quat4f quat
scale
public Point3f scale
tension
public float tension
continuity
public float continuity
bias
public float bias
knot
public float knot
linear
public int linear
TCBKeyFrame
public TCBKeyFrame(TCBKeyFrame kf)
TCBKeyFrame
public TCBKeyFrame(float k,
int l,
Point3f pos,
Quat4f q,
Point3f s,
float t,
float c,
float b)
debugPrint
public void debugPrint(java.lang.String tag)