All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.MFVec2fFilter

java.lang.Object
   |
   +----improv.actor.behavior.Filter
           |
           +----improv.actor.behavior.MFVec2fFilter

public final class MFVec2fFilter
extends Filter

Constructor Index

 o MFVec2fFilter(MFVec2fChannel, float[][], int[], Curve[], Curve[])
 o MFVec2fFilter(MFVec2fChannel, float[][], int[], Curve[][])

Method Index

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

Constructors

 o MFVec2fFilter
 public MFVec2fFilter(MFVec2fChannel chan,
                      float f[][],
                      int index[],
                      Curve x[],
                      Curve y[])
 o MFVec2fFilter
 public MFVec2fFilter(MFVec2fChannel chan,
                      float f[][],
                      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