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