#
luxiaotao1123
2024-05-11 1b445f363646c305b7121a44b2a86fed4e518c7d
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;
}