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) {}