#
luxiaotao1123
2024-05-15 58ccb8697df264a679f9947920a4ce1cfa575d6c
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;
}