#
luxiaotao1123
2024-05-11 31beb8b95d758d7bfdbb6e233e0de0d9f9429a21
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;
}