The BoundBox class is used for creating a bounding box.
BoundBox
BoundBox 类用于创建包围盒。
The minimum vertex of the bounding box.
The maximum vertex of the bounding box.
Constructor method of the bounding box.
包围盒的构造方法。
包围盒的最大顶点。
包围盒的最小顶点。
The cloned bounding box.
Creates a clone of this bounding box.
创建这个包围盒的克隆。
The object to receive the clone.
Clones this bounding box to another object.
克隆这个包围盒到另一个对象。
The vector to store the center point.
Retrieves the center point of the bounding box.。
获取包围盒的中心点。
The array to store the corner vertices.
Retrieves the 8 corner vertices of the bounding box.
获取包围盒的8个角顶点。
The vector to store the extents.
Retrieves the extents of the bounding box.
获取包围盒的范围。
The center point of the bounding box.
The axis radius of the bounding box.
Sets the center and extents of the bounding box.
设置包围盒的中心点和范围
Resets the bounding box to its default values.
将包围盒重置为其默认值。
静态
The set of points.
The resulting bounding box.
Creates a bounding box from a set of points.
从一组顶点生成包围盒。
The first bounding box.
The second bounding box.
The merged bounding box
Merges two bounding boxes into one.
合并两个包围盒为一个。
En
The
BoundBox
class is used for creating a bounding box.Zh
BoundBox
类用于创建包围盒。