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