All Packages Class Hierarchy This Package Previous Next Index
Class improv.actor.behavior.MFRotationFilter
java.lang.Object
|
+----improv.actor.behavior.Filter
|
+----improv.actor.behavior.MFRotationFilter
- public final class MFRotationFilter
- extends Filter
-
MFRotationFilter(MFRotationChannel, float[][], float[][], int[], Curve[], Curve[], Curve[])
-
-
MFRotationFilter(MFRotationChannel, float[][], float[][], int[], Curve[][])
-
-
getChannel()
-
-
setBaseValue(float[][])
-
-
setComposite(int)
-
MFRotationFilter
public MFRotationFilter(MFRotationChannel chan,
float f[][],
float q[][],
int index[],
Curve x[],
Curve y[],
Curve z[])
MFRotationFilter
public MFRotationFilter(MFRotationChannel chan,
float f[][],
float q[][],
int index[],
Curve curve[][])
getChannel
public Channel getChannel()
- Overrides:
- getChannel in class Filter
setBaseValue
public void setBaseValue(float f[][])
setComposite
public void setComposite(int i)
- Overrides:
- setComposite in class Filter
All Packages Class Hierarchy This Package Previous Next Index