blob: a9fead0dbc8c07dbdba32f861058c010cc5bd3e8 [file]
#include "rive/constraints/rotation_constraint.hpp"
#include "rive/transform_component.hpp"
#include "rive/math/mat2d.hpp"
#include <cmath>
using namespace rive;
void RotationConstraint::constrain(TransformComponent* component) {}