#
luxiaotao1123
2024-05-08 3da8a06c9d64f84b3d6121c5950e91e295b8872f
src/utils/common.js
@@ -20,7 +20,7 @@
}
export const rotationParseNum = (num) => {
    const normalizedDegrees = num % 360;
    const normalizedDegrees = positiveAngle(num);
    return normalizedDegrees * Math.PI / 180;
}