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