Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
3d0537a01a32c3b295c8532cf77b3a379a7fb7c1
/
.
/
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
;
}