#
luxiaotao1123
2024-05-10 7d25d293acb4e901402ca2ec1d933518d6c29cf7
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;
}