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