com.threerings.expr
Class Vector3fExpression.Constant
java.lang.Object
com.threerings.util.DeepObject
com.threerings.expr.ObjectExpression<Vector3f>
com.threerings.expr.Vector3fExpression
com.threerings.expr.Vector3fExpression.Constant
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- Vector3fExpression
public static class Vector3fExpression.Constant
- extends Vector3fExpression
A constant expression.
value
@Editable(step=0.01)
public Vector3f value
- The value of the constant.
Vector3fExpression.Constant
public Vector3fExpression.Constant(Vector3f value)
- Creates a new constant expression with the specified value.
Vector3fExpression.Constant
public Vector3fExpression.Constant()
- Creates a new constant expression with a value of zero.
createEvaluator
public ObjectExpression.Evaluator<Vector3f> createEvaluator(Scope scope)
- Description copied from class:
ObjectExpression
- Creates an expression evaluator for the supplied context.
- Specified by:
createEvaluator in class ObjectExpression<Vector3f>
Copyright © 2011. All Rights Reserved.