#
luxiaotao1123
2024-05-14 526eb936b460ee9e6f503e7030d0017b864ae1b8
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;
}