Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / include / rive / shapes / cubic_mirrored_vertex.hpp
1 #ifndef _RIVE_CUBIC_MIRRORED_VERTEX_HPP_
2 #define _RIVE_CUBIC_MIRRORED_VERTEX_HPP_
3 #include "rive/generated/shapes/cubic_mirrored_vertex_base.hpp"
4 namespace rive {
5     class CubicMirroredVertex : public CubicMirroredVertexBase {
6     protected:
7         void computeIn() override;
8         void computeOut() override;
9         void rotationChanged() override;
10         void distanceChanged() override;
11     };
12 } // namespace rive
13
14 #endif