Files
XCEngine/docs/api/math/aabb/obb-getmin.md
2026-03-20 02:35:15 +08:00

295 B

OBB::GetMin

Vector3 GetMin() const

获取局部空间最小点。

返回: Vector3 - center - extents

线程安全:

复杂度: O(1)

示例:

Vector3 min = obb.GetMin();

相关文档