Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
215de972f9e7a91a8f518158e14265a6aa18e24b
/
.
/
src
/
animation
/
cubic_interpolator.cpp
blob: e1e0b3c0355f4d1524f5cd25188f1f684d91cb63 [
file
]
#include
"rive/animation/cubic_interpolator.hpp"
using
namespace
rive
;
StatusCode
CubicInterpolator
::
onAddedDirty
(
CoreContext
*
context
)
{
m_solver
.
build
(
x1
(),
x2
());
return
StatusCode
::
Ok
;
}