com.threerings.expr
Class Vector3fExpression.Cartesian

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.expr.ObjectExpression<Vector3f>
          extended by com.threerings.expr.Vector3fExpression
              extended by com.threerings.expr.Vector3fExpression.Cartesian
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
Vector3fExpression

public static class Vector3fExpression.Cartesian
extends Vector3fExpression

An expression consisting of separate expressions for each component.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.expr.Vector3fExpression
Vector3fExpression.Cartesian, Vector3fExpression.Constant, Vector3fExpression.Reference
 
Nested classes/interfaces inherited from class com.threerings.expr.ObjectExpression
ObjectExpression.Evaluator<T>
 
Field Summary
 FloatExpression x
          The x component.
 FloatExpression y
          The y component.
 FloatExpression z
          The z component.
 
Constructor Summary
Vector3fExpression.Cartesian()
           
 
Method Summary
 ObjectExpression.Evaluator<Vector3f> createEvaluator(Scope scope)
          Creates an expression evaluator for the supplied context.
 void invalidate()
          Invalidates any cached data.
 
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
 

Field Detail

x

@Editable
public FloatExpression x
The x component.


y

@Editable
public FloatExpression y
The y component.


z

@Editable
public FloatExpression z
The z component.

Constructor Detail

Vector3fExpression.Cartesian

public Vector3fExpression.Cartesian()
Method Detail

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>

invalidate

public void invalidate()
Description copied from class: ObjectExpression
Invalidates any cached data.

Overrides:
invalidate in class ObjectExpression<Vector3f>


Copyright © 2011. All Rights Reserved.