Uses of Class
com.threerings.probs.QuaternionVariable

Packages that use QuaternionVariable
com.threerings.opengl.effect.config Effect configurations. 
com.threerings.probs Probabilistic types. 
com.threerings.tudey.config Tudey configurations. 
 

Uses of QuaternionVariable in com.threerings.opengl.effect.config
 

Fields in com.threerings.opengl.effect.config declared as QuaternionVariable
 QuaternionVariable BaseParticleSystemConfig.Layer.orientation
          Controls the particles' initial orientations.
 

Uses of QuaternionVariable in com.threerings.probs
 

Subclasses of QuaternionVariable in com.threerings.probs
static class QuaternionVariable.Constant
          Always returns the same value.
static class QuaternionVariable.Identity
          Always return the identity value.
static class QuaternionVariable.Random
          Returns a totally random rotation.
static class QuaternionVariable.Uniform
          Returns a uniformly distributed value.
 

Constructors in com.threerings.probs with parameters of type QuaternionVariable
QuaternionVariable.Constant(QuaternionVariable variable)
          Creates a constant variable from the parameters of the other variable.
QuaternionVariable.Uniform(QuaternionVariable variable)
          Creates a uniform variable from the parameters of the other variable.
 

Uses of QuaternionVariable in com.threerings.tudey.config
 

Fields in com.threerings.tudey.config declared as QuaternionVariable
 QuaternionVariable PlaceableConfig.Original.rotationOffset
          A random offset to apply when placing.
 



Copyright © 2011. All Rights Reserved.