#
luxiaotao1123
2024-05-09 c9264a364d9b1fe45384fd5ba3d6e65190fe28be
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;
}