All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.MFVec3fFilter

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

public final class MFVec3fFilter
extends Filter

Constructor Index

 o MFVec3fFilter(MFVec3fChannel, float[][], int[], Curve[], Curve[], Curve[])
 o MFVec3fFilter(MFVec3fChannel, float[][], int[], Curve[][])

Method Index

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

Constructors

 o MFVec3fFilter
 public MFVec3fFilter(MFVec3fChannel chan,
                      float f[][],
                      int i[],
                      Curve x[],
                      Curve y[],
                      Curve z[])
 o MFVec3fFilter
 public MFVec3fFilter(MFVec3fChannel chan,
                      float f[][],
                      int i[],
                      Curve curve[][])

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index