295 B
295 B
OBB::GetMin
Vector3 GetMin() const
获取局部空间最小点。
返回: Vector3 - center - extents
线程安全: ✅
复杂度: O(1)
示例:
Vector3 min = obb.GetMin();
相关文档
- AABB 总览 - 返回 AABB/OBB 总览
Vector3 GetMin() const
获取局部空间最小点。
返回: Vector3 - center - extents
线程安全: ✅
复杂度: O(1)
示例:
Vector3 min = obb.GetMin();