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

Constructor Index

 o MFRotationFilter(MFRotationChannel, float[][], float[][], int[], Curve[], Curve[], Curve[])
 o MFRotationFilter(MFRotationChannel, float[][], float[][], int[], Curve[][])

Method Index

 o getChannel()
 o setBaseValue(float[][])
 o setComposite(int)

Constructors

 o MFRotationFilter
 public MFRotationFilter(MFRotationChannel chan,
                         float f[][],
                         float q[][],
                         int index[],
                         Curve x[],
                         Curve y[],
                         Curve z[])
 o MFRotationFilter
 public MFRotationFilter(MFRotationChannel chan,
                         float f[][],
                         float q[][],
                         int index[],
                         Curve curve[][])

Methods

 o getChannel
 public Channel getChannel()
Overrides:
getChannel in class Filter
 o setBaseValue
 public void setBaseValue(float f[][])
 o setComposite
 public void setComposite(int i)
Overrides:
setComposite in class Filter

All Packages  Class Hierarchy  This Package  Previous  Next  Index