Uses of Class
com.threerings.expr.Transform3DExpression

Packages that use Transform3DExpression
com.threerings.expr Expression evaluation and binding classes. 
com.threerings.opengl.model.config Model and animation configurations. 
com.threerings.opengl.renderer.config Renderer configuration bits. 
 

Uses of Transform3DExpression in com.threerings.expr
 

Subclasses of Transform3DExpression in com.threerings.expr
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.
 

Fields in com.threerings.expr declared as Transform3DExpression
 Transform3DExpression ExpressionDefinition.Transform3DDefinition.expression
          The expression that determines the value.
 Transform3DExpression ExpressionBinding.Transform3DBinding.expression
          The expression that determines the value.
 

Uses of Transform3DExpression in com.threerings.opengl.model.config
 

Fields in com.threerings.opengl.model.config declared as Transform3DExpression
 Transform3DExpression AnimationConfig.TargetTransform.expression
          The expression that determines the transform.
 

Uses of Transform3DExpression in com.threerings.opengl.renderer.config
 

Fields in com.threerings.opengl.renderer.config declared as Transform3DExpression
 Transform3DExpression ShaderConfig.TransformExprUniformConfig.expression
          The expression for the uniform.
 



Copyright © 2011. All Rights Reserved.