Uses of Class
com.threerings.probs.VectorVariable

Packages that use VectorVariable
com.threerings.opengl.effect.config Effect configurations. 
com.threerings.probs Probabilistic types. 
 

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

Fields in com.threerings.opengl.effect.config declared as VectorVariable
 VectorVariable BaseParticleSystemConfig.Layer.angularVelocity
          Controls the particles' initial angular velocities.
 

Uses of VectorVariable in com.threerings.probs
 

Subclasses of VectorVariable in com.threerings.probs
static class VectorVariable.Constant
          Always returns the same value.
static class VectorVariable.Uniform
          Returns a uniformly distributed value.
 

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



Copyright © 2011. All Rights Reserved.