数学库新增Vector3

This commit is contained in:
YHH
2025-09-26 17:45:52 +08:00
parent 1a1c1087d2
commit b988e81a1b
2 changed files with 441 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
// 核心数学类
export { Vector2 } from './Vector2';
export { Vector3 } from './Vector3';
export { Matrix3 } from './Matrix3';
export { Rectangle } from './Rectangle';
export { Circle } from './Circle';