Files
XCEngine/docs/api/math/aabb/obb-getmin.md

23 lines
295 B
Markdown
Raw Normal View History

# OBB::GetMin
```cpp
Vector3 GetMin() const
```
获取局部空间最小点。
**返回:** `Vector3` - center - extents
2026-03-20 02:35:15 +08:00
**线程安全:** ✅
**复杂度:** O(1)
**示例:**
```cpp
Vector3 min = obb.GetMin();
```
2026-03-20 02:35:15 +08:00
## 相关文档
- [AABB 总览](aabb.md) - 返回 AABB/OBB 总览