Update
This commit is contained in:
3
client/src/utils/math.ts
Normal file
3
client/src/utils/math.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export function deg2rad(degrees: number) {
|
||||
return degrees * (Math.PI / 180)
|
||||
}
|
Reference in New Issue
Block a user