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