Uses of Class
com.threerings.opengl.effect.Easing

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

Uses of Easing in com.threerings.opengl.effect
 

Subclasses of Easing in com.threerings.opengl.effect
static class Easing.None
          Performs no easing.
static class Easing.QuadraticIn
          Performs a simple quadratic ease-in.
static class Easing.QuadraticInAndOut
          Performs a simple ease-in and a simple ease-out.
static class Easing.QuadraticOut
          Performs a simple quadratic ease-out.
 

Fields in com.threerings.opengl.effect declared as Easing
 Easing FloatFunction.Linear.easing
          The type of easing to use.
 Easing ColorFunction.Linear.easing
          The easing function.
 

Methods in com.threerings.opengl.effect that return Easing
abstract  Easing Easing.copy(Easing result)
          Copies this easing function.
 Easing Easing.None.copy(Easing result)
           
 Easing Easing.QuadraticIn.copy(Easing result)
           
 Easing Easing.QuadraticOut.copy(Easing result)
           
 Easing Easing.QuadraticInAndOut.copy(Easing result)
           
 

Methods in com.threerings.opengl.effect with parameters of type Easing
abstract  Easing Easing.copy(Easing result)
          Copies this easing function.
 Easing Easing.None.copy(Easing result)
           
 Easing Easing.QuadraticIn.copy(Easing result)
           
 Easing Easing.QuadraticOut.copy(Easing result)
           
 Easing Easing.QuadraticInAndOut.copy(Easing result)
           
 

Uses of Easing in com.threerings.probs
 

Fields in com.threerings.probs declared as Easing
 Easing FloatFunctionVariable.VariableLinear.easing
          The type of easing to use.
 Easing ColorFunctionVariable.VariableLinear.easing
          The type of easing to use.
 

Uses of Easing in com.threerings.tudey.client
 

Methods in com.threerings.tudey.client with parameters of type Easing
 void TudeySceneView.addCameraConfig(CameraConfig camcfg, float transition, Easing easing)
          Adds a camera config to the stack with an option transition.
 void TudeySceneView.removeCameraConfig(CameraConfig camcfg, float transition, Easing easing)
          Removes a camera config from the stack with an optional transition.
 

Uses of Easing in com.threerings.tudey.config
 

Fields in com.threerings.tudey.config declared as Easing
 Easing TudeyViewerEffectConfig.Camera.easing
          The easing to use for the transition.
 



Copyright © 2011. All Rights Reserved.