#
luxiaotao1123
2024-05-22 24014d5d9a44b5fcea92b31dc3e0740cfe1e2651
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;
}