sdfsdfs
This commit is contained in:
7
node_modules/pixi.js/lib/maths/misc/const.mjs
generated
vendored
Normal file
7
node_modules/pixi.js/lib/maths/misc/const.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
const PI_2 = Math.PI * 2;
|
||||
const RAD_TO_DEG = 180 / Math.PI;
|
||||
const DEG_TO_RAD = Math.PI / 180;
|
||||
|
||||
export { DEG_TO_RAD, PI_2, RAD_TO_DEG };
|
||||
//# sourceMappingURL=const.mjs.map
|
Reference in New Issue
Block a user