class GmScale

Class description

Inheritance:


Public Methods

[more] GmScale ()
Standard constructor
[more]virtual void applyTransform (float percentageElapsed)
Applies OpenGL scaling transformations in the X, Y, and Z axis given the percentage of the total transformation curve.
[more]virtual void setScaleSpline (GlmPath3* scaleSpline)
Description
[more]virtual ~GmScale ()
Standard destructor

Protected Fields

[more]The X
[more]The Y
[more]The and Z scale functions for this scale transformation GlmPath3* mScaleSpline


Inherited from GmTransform:

Public Methods

ovirtual GlmPath2* getVelocityCurve()
ovirtual void setVelocityCurve(GlmPath2* velocityCurve)

Protected Fields

oGlmPath2* mVelocityCurve


Documentation

Class description
oThe X

oThe Y

oThe and Z scale functions for this scale transformation GlmPath3* mScaleSpline

o GmScale()
Standard constructor

ovirtual ~GmScale()
Standard destructor

ovirtual void applyTransform(float percentageElapsed)
Applies OpenGL scaling transformations in the X, Y, and Z axis given the percentage of the total transformation curve. For example, if applyTransformation(0.5) is called, the transformation calculation is performed based on a value at 50% of the transformation and velocity curves.

Parameters:
percentageElapsed - the percentage elapsed of the total transformation path

ovirtual void setScaleSpline(GlmPath3* scaleSpline)
Description


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.