For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/interfaces/AABB.md.

Interface: AABB

Beta

轴对齐的包围盒。

Axis-aligned bounding box.

Properties

center

center: Vector3

Beta

Remarks

盒体的中心点。

The centerpoint of the box.


extent

extent: Vector3

Beta

Remarks

从中心点到盒体边界的绝对距离。相当于盒体长度、高度和宽度的一半。始终被视为正值。

Absolute distance from the centerpoint to the bounds of the box. Equivalent to half of the box's length, height and width. Will always be treated as positive.