#
luxiaotao1123
2024-05-14 4f1728a730b2cf93e9e9f8cfade46a0559e34287
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;
}