BaiduMap_IOSSDK_v6.6.3_Docs  6.6.3
类方法 | 所有成员列表
BMKInterpolator类 参考

#import <BMKInterpolator.h>

类 BMKInterpolator 继承关系图:

类方法

(instancetype) + linearInterpolator
 
(instancetype) + interpolatorWithType:
 
(instancetype) + accelerateInterpolatorWithFactor:
 
(instancetype) + decelerateInterpolatorWithFactor:
 
(instancetype) + anticipateInterpolatorWithTension:
 
(instancetype) + anticipateOvershootInterpolatorWithTension:extraTension:
 
(instancetype) + cycleInterpolatorWithCycles:
 
(instancetype) + overshootInterpolatorWithTension:
 

函数文档

◆ accelerateInterpolatorWithFactor:

+ (instancetype) accelerateInterpolatorWithFactor: (float)  factor

◆ anticipateInterpolatorWithTension:

+ (instancetype) anticipateInterpolatorWithTension: (float)  tension

◆ anticipateOvershootInterpolatorWithTension:extraTension:

+ (instancetype) anticipateOvershootInterpolatorWithTension: (float)  tension
extraTension: (float)  extra 

◆ cycleInterpolatorWithCycles:

+ (instancetype) cycleInterpolatorWithCycles: (float)  cycle

◆ decelerateInterpolatorWithFactor:

+ (instancetype) decelerateInterpolatorWithFactor: (float)  factor

◆ interpolatorWithType:

+ (instancetype) interpolatorWithType: (BMKInterpolatorType type

◆ linearInterpolator

+ (instancetype) linearInterpolator

◆ overshootInterpolatorWithTension:

+ (instancetype) overshootInterpolatorWithTension: (float)  tension

该类的文档由以下文件生成: