CCustomInterpolator::InterpolateVelocity

在给定的偏移位置内插该速度

virtual BOOL InterpolateVelocity(
   UI_ANIMATION_SECONDS */,
   DOUBLE *velocity
);

参数

  • velocity
    输出。该变量在偏移位置的速度。

返回值

基本实现始终返回 TRUE。如果您希望该事件失败,则从重写实现中返回 FALSE。

要求

标头: afxanimationcontroller.h

请参见

参考

CCustomInterpolator 类