新增math库

This commit is contained in:
YHH
2025-08-10 16:00:02 +08:00
parent 2783448de5
commit 3b9ae4f384
20 changed files with 5208 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* 碰撞检测模块
*
* 提供各种几何体间的碰撞检测功能
*/
export { CollisionDetector, type CollisionInfo } from './CollisionDetector';