All Packages Class Hierarchy This Package Previous Next Index
Class improv.actor.behavior.SFRotationProperty
java.lang.Object
|
+----improv.event.ImprovObservable
|
+----improv.actor.behavior.ImprovProperty
|
+----improv.actor.behavior.SFRotationProperty
- public final class SFRotationProperty
- extends ImprovProperty
-
SFRotationProperty(String, float[])
-
-
SFRotationProperty(String, float[], PropertyContainer)
-
-
getRotationOrder()
-
-
getValue()
-
-
getXyz()
-
-
setRotationOrder(int, int, int)
-
-
setRotationOrder(int[])
-
-
setValue(float[])
-
-
setXyz(float[])
-
SFRotationProperty
public SFRotationProperty(String n,
float v[])
SFRotationProperty
public SFRotationProperty(String n,
float v[],
PropertyContainer o)
setRotationOrder
public void setRotationOrder(int order[])
setRotationOrder
public void setRotationOrder(int order0,
int order1,
int order2)
getRotationOrder
public int[] getRotationOrder()
getValue
public float[] getValue()
getXyz
public float[] getXyz()
setValue
public void setValue(float v[])
setXyz
public void setXyz(float v[])
All Packages Class Hierarchy This Package Previous Next Index