OPTPiX SpriteStudio SDK
Loading...
Searching...
No Matches
ssInterpolation.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  spritestudio6
 

Functions

bool spritestudio6::SsNeedsCurveParams (SsInterpolationType::_enum type)
 補間でカーブパラメータが必要なタイプか判定する
 
SsVector2 spritestudio6::SsInterpolate (SsInterpolationType::_enum ipType, float time, SsVector2 start, SsVector2 end, const SsCurve *curve)
 SsVector2 のメンバ全体の補間
 
float spritestudio6::SsInterpolate (SsInterpolationType::_enum type, float time, float start, float end, const SsCurve *curve)