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