com.threerings.expr
Class QuaternionExpression.Angles

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

public static class QuaternionExpression.Angles
extends QuaternionExpression

Contains the angles of rotation as separate expressions.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.expr.QuaternionExpression
QuaternionExpression.Angles, QuaternionExpression.Constant, QuaternionExpression.Reference
 
Nested classes/interfaces inherited from class com.threerings.expr.ObjectExpression
ObjectExpression.Evaluator<T>
 
Field Summary
 FloatExpression x
          The rotation about the x axis.
 FloatExpression y
          The rotation about the y axis.
 FloatExpression z
          The rotation about the z axis.
 
Constructor Summary
QuaternionExpression.Angles()
           
 
Method Summary
 ObjectExpression.Evaluator<Quaternion> 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 rotation about the x axis.


y

@Editable
public FloatExpression y
The rotation about the y axis.


z

@Editable
public FloatExpression z
The rotation about the z axis.

Constructor Detail

QuaternionExpression.Angles

public QuaternionExpression.Angles()
Method Detail

createEvaluator

public ObjectExpression.Evaluator<Quaternion> createEvaluator(Scope scope)
Description copied from class: ObjectExpression
Creates an expression evaluator for the supplied context.

Specified by:
createEvaluator in class ObjectExpression<Quaternion>

invalidate

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

Overrides:
invalidate in class ObjectExpression<Quaternion>


Copyright © 2011. All Rights Reserved.