All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.actor.behavior.SFVec3fFilter

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

public final class SFVec3fFilter
extends Filter

Constructor Index

 o SFVec3fFilter(SFVec3fChannel, Curve, Curve, Curve)
 o SFVec3fFilter(SFVec3fChannel, float, float, float)
 o SFVec3fFilter(SFVec3fChannel, float, float, float, Curve, Curve, Curve)
 o SFVec3fFilter(SFVec3fChannel, float[], Curve, Curve, Curve)
 o SFVec3fFilter(SFVec3fChannel, float[], Curve[])

Method Index

 o getChannel()
 o getValue()
 o getXCurve()
 o getYCurve()
 o getZCurve()
 o setBaseValue(float, float, float)
 o setBaseValue(float[])
 o setOpacity(float[])

Constructors

 o SFVec3fFilter
 public SFVec3fFilter(SFVec3fChannel chan,
                      float fx,
                      float fy,
                      float fz)
 o SFVec3fFilter
 public SFVec3fFilter(SFVec3fChannel chan,
                      float fx,
                      float fy,
                      float fz,
                      Curve x,
                      Curve y,
                      Curve z)
 o SFVec3fFilter
 public SFVec3fFilter(SFVec3fChannel chan,
                      Curve x,
                      Curve y,
                      Curve z)
 o SFVec3fFilter
 public SFVec3fFilter(SFVec3fChannel chan,
                      float f[],
                      Curve curve[])
 o SFVec3fFilter
 public SFVec3fFilter(SFVec3fChannel chan,
                      float f[],
                      Curve x,
                      Curve y,
                      Curve z)

Methods

 o getChannel
 public Channel getChannel()
Overrides:
getChannel in class Filter
 o getXCurve
 public Curve getXCurve()
 o getYCurve
 public Curve getYCurve()
 o getZCurve
 public Curve getZCurve()
 o getValue
 public float[] getValue()
 o setOpacity
 public void setOpacity(float o[])
 o setBaseValue
 public void setBaseValue(float f[])
 o setBaseValue
 public void setBaseValue(float x,
                          float y,
                          float z)

All Packages  Class Hierarchy  This Package  Previous  Next  Index