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