Sign in
◑
Theme
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
4a01c22a6599eedddc61ede660e820cdd105f145
/
.
/
src
/
constraints
/
rotation_constraint.cpp
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
)
{}