#
luxiaotao1123
2024-05-16 d063866288fddd8ceaf5b1d50fe38f02007652d7
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;
}