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
-
SFVec3fFilter(SFVec3fChannel, Curve, Curve, Curve)
-
-
SFVec3fFilter(SFVec3fChannel, float, float, float)
-
-
SFVec3fFilter(SFVec3fChannel, float, float, float, Curve, Curve, Curve)
-
-
SFVec3fFilter(SFVec3fChannel, float[], Curve, Curve, Curve)
-
-
SFVec3fFilter(SFVec3fChannel, float[], Curve[])
-
-
getChannel()
-
-
getValue()
-
-
getXCurve()
-
-
getYCurve()
-
-
getZCurve()
-
-
setBaseValue(float, float, float)
-
-
setBaseValue(float[])
-
-
setOpacity(float[])
-
SFVec3fFilter
public SFVec3fFilter(SFVec3fChannel chan,
float fx,
float fy,
float fz)
SFVec3fFilter
public SFVec3fFilter(SFVec3fChannel chan,
float fx,
float fy,
float fz,
Curve x,
Curve y,
Curve z)
SFVec3fFilter
public SFVec3fFilter(SFVec3fChannel chan,
Curve x,
Curve y,
Curve z)
SFVec3fFilter
public SFVec3fFilter(SFVec3fChannel chan,
float f[],
Curve curve[])
SFVec3fFilter
public SFVec3fFilter(SFVec3fChannel chan,
float f[],
Curve x,
Curve y,
Curve z)
getChannel
public Channel getChannel()
- Overrides:
- getChannel in class Filter
getXCurve
public Curve getXCurve()
getYCurve
public Curve getYCurve()
getZCurve
public Curve getZCurve()
getValue
public float[] getValue()
setOpacity
public void setOpacity(float o[])
setBaseValue
public void setBaseValue(float f[])
setBaseValue
public void setBaseValue(float x,
float y,
float z)
All Packages Class Hierarchy This Package Previous Next Index