This commit is contained in:
zzzisfunnyboy
2026-04-01 00:58:24 +08:00
parent f03d4f72fc
commit 81a97f87c0
21 changed files with 390 additions and 230 deletions

View File

@@ -1,4 +1,9 @@
# AABB
## SAP算法
这是一种先用扫描线扫描单条轴有无碰撞的快筛算法
- 假设一个2D项目
- 如果xa(min,max)与xb(min,max)在x轴没有交集那么y就无再扫描直接排除
- y轴也是同理
# SAT 分离轴定理