Searched defs:RectAnimationConfig (Results 1 – 2 of 2) sorted by relevance
728 struct RectAnimationConfig { struct729 uint32_t duration = 0; // Duartion of the animation, in milliseconds.730 float x1 = 0.0f; // X coordinate of the first point on the Bezier curve.731 float y1 = 0.0f; // Y coordinate of the first point on the Bezier curve.732 float x2 = 0.0f; // X coordinate of the second point on the Bezier curve.733 float y2 = 0.0f; // Y coordinate of the second point on the Bezier curve.
1152 struct RectAnimationConfig { struct1153 uint32_t duration = 0; // Duartion of the animation, in milliseconds.1154 float x1 = 0.0f; // X coordinate of the first point on the Bezier curve.1155 float y1 = 0.0f; // Y coordinate of the first point on the Bezier curve.1156 float x2 = 0.0f; // X coordinate of the second point on the Bezier curve.1157 float y2 = 0.0f; // Y coordinate of the second point on the Bezier curve.