#
luxiaotao1123
2024-05-09 bf2dd31150d144577a3ee49a907b86f5b48f811d
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;
}