Easing..::..EaseIn Method
Namespace:
Squid
Assembly: Squid.Core (in Squid.Core.dll)
Assembly: Squid.Core (in Squid.Core.dll)
Syntax
public static float EaseIn( float t, float b, float c, float d )
Public Shared Function EaseIn ( _ t As Single, _ b As Single, _ c As Single, _ d As Single _ ) As Single
public: static float^ EaseIn( float^ t, float^ b, float^ c, float^ d )
Parameters
- t
- Type: Single
- b
- Type: Single
- c
- Type: Single
- d
- Type: Single