#fs
lsh
2024-09-12 4fa61294a6f15871f14980dff2781afb1e485709
src/main/java/com/zy/asrs/utils/Utils.java
@@ -96,8 +96,8 @@
        double arcLength = 2 * Math.PI * radius * l; // 给出的弧长
        // 圆心坐标
        double centerX = 51;
        double centerY = 49;
        double centerX = 52.5;
        double centerY = 47.5;
        // 求弧度
        double theta = arcLength / radius;