23 DtEaser(
float x1,
float y1,
float x2,
float y2);
29 float getEasedValue(
float atX);
32 float calcBezier(
float aT,
float ax1,
float ax2);
33 float getSlope(
float at,
float a1,
float a2);
34 float getTforX(
float x);
#define DT_DLL_VRVUTIL
Definition: vrvUtil.h:34
Contains DLL export macros.
The easer class DtEaser return values along a bezier curve between input point 1 and point 2...
Definition: DtEaser.h:17
float myY1
Definition: DtEaser.h:37
float myX1
Definition: DtEaser.h:36
x y t t *t x y t t t x y t t t x *y t *t t x *y t *t t x y t t t x y t t t x(y+z)
float myY2
Definition: DtEaser.h:39
float myX2
Definition: DtEaser.h:38