CParabolicTransitionFromAcceleration::CParabolicTransitionFromAcceleration

Visual Studio 2010 SP1 is required.

Constructs a parabolic-acceleration transition and initializes it with specified parameters.

CParabolicTransitionFromAcceleration(
   DOUBLE dblFinalValue,
   DOUBLE dblFinalVelocity,
   DOUBLE dblAcceleration
);

Parameters

  • dblFinalValue
    The value of the animation variable at the end of the transition.

  • dblFinalVelocity
    The velocity of the animation variable at the end of the transition.

  • dblAcceleration
    The acceleration of the animation variable during the transition.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CParabolicTransitionFromAcceleration Class