com.threerings.expr
Class Transform3DExpression

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.expr.ObjectExpression<Transform3D>
          extended by com.threerings.expr.Transform3DExpression
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
Transform3DExpression.Constant, Transform3DExpression.NonUniform, Transform3DExpression.Reference, Transform3DExpression.TextureFrame, Transform3DExpression.Uniform

@EditorTypes(value={Transform3DExpression.Constant.class,Transform3DExpression.Reference.class,Transform3DExpression.Uniform.class,Transform3DExpression.NonUniform.class,Transform3DExpression.TextureFrame.class})
public abstract class Transform3DExpression
extends ObjectExpression<Transform3D>

A transform-valued expression.


Nested Class Summary
static class Transform3DExpression.Constant
          A constant expression.
static class Transform3DExpression.NonUniform
          An expression consisting of separate expressions for translation, rotation, and (non-uniform) scale.
static class Transform3DExpression.Reference
          A reference expression.
static class Transform3DExpression.TextureFrame
          An expression representing a texture coordinate frame transform.
static class Transform3DExpression.Uniform
          An expression consisting of separate expressions for translation, rotation, and scale.
 
Nested classes/interfaces inherited from class com.threerings.expr.ObjectExpression
ObjectExpression.Evaluator<T>
 
Constructor Summary
Transform3DExpression()
           
 
Method Summary
 
Methods inherited from class com.threerings.expr.ObjectExpression
createEvaluator, invalidate
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Transform3DExpression

public Transform3DExpression()


Copyright © 2011. All Rights Reserved.