!283 弧形文本排版算法修改

Merge pull request !283 from youbing54/master
This commit is contained in:
openharmony_ci
2023-05-09 01:52:48 +00:00
committed by Gitee
+1
View File
@@ -81,6 +81,7 @@ static constexpr float ATAN2_P7 = -0.0443360;
static constexpr float RADIAN_TO_ANGLE = 57.295779513;
static constexpr float UI_FLT_EPSILON = 1E-5;
static constexpr int16_t ORDER_MATRIX_4 = 4;
static constexpr float EPSINON = 0.000001;
float Sin(float angle);
float Cos(float angle);