InterpolationType

InterpolationType()

插值类型,默认值Linear

Members

staticconstantSuperMap3D.InterpolationType.Acceleration : Number

加速运动插值,枚举值1

staticconstantSuperMap3D.InterpolationType.CubicSpline : Number

三次样条曲线插值,枚举值3

staticconstantSuperMap3D.InterpolationType.Deceleration : Number

减速运动插值,枚举值2

staticconstantSuperMap3D.InterpolationType.Linear : Number

线性插值,枚举值0

staticconstantSuperMap3D.InterpolationType.SmoothStep : Number

SmoothStep插值(y = (3 - 2 * t) * t * t),枚举值4