Sign in
◑
Theme
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
b36f6118d4f1fcb2cb3c6a3dad2dd7e55c0d8751
/
.
/
src
/
constraints
/
translation_constraint.cpp
blob: 3e7bc3fa934d3e94c13a0df59d2053117775f5d1 [
file
]
#include
"rive/constraints/translation_constraint.hpp"
#include
"rive/transform_component.hpp"
#include
"rive/math/mat2d.hpp"
#include
<cmath>
using
namespace
rive
;
void
TranslationConstraint
::
constrain
(
TransformComponent
*
component
)
{}