Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
45cc6b329c804dabbceb7df1189bdc165fb87166
/
.
/
src
/
generated
/
animation
/
cubic_interpolator_base.cpp
blob: 86b7683a693558d20b6238bda5fa7117da6cceb7 [
file
]
#include
"generated/animation/cubic_interpolator_base.hpp"
#include
"animation/cubic_interpolator.hpp"
using
namespace
rive
;
Core
*
CubicInterpolatorBase
::
clone
()
const
{
auto
cloned
=
new
CubicInterpolator
();
cloned
->
copy
(*
this
);
return
cloned
;
}