基础几何 轴对齐包围盒。
本地坐标的中心点。
长宽高的一半。
获取形状的类型。
获得克隆。
拷贝对象。
拷贝的目标。
Get the bounding points of this shape
最小点。
最大点。
Transform this shape
变换的矩阵。
变换的位置部分。
变换的旋转部分。
变换的缩放部分。
变换的目标。
clone a new aabb
克隆的目标。
克隆出的 aabb。
copy the values from one aabb to another
接受操作的 aabb。
被复制的 aabb。
out 接受操作的 aabb。
create a new aabb
aabb 的原点的 X 坐标。
aabb 的原点的 Y 坐标。
aabb 的原点的 Z 坐标。
aabb 宽度的一半。
aabb 高度的一半。
aabb 长度的一半。
返回新创建的 aabb 实例。
create a new aabb from two corner points
aabb 的最小点。
aabb 的最大点。
合并两个 aabb 到 out。
输入的 aabb。
Set the components of a aabb to the given values
aabb 长度度的一半。
将 out 根据这个 aabb 的数据进行变换。
输入的源 aabb。
矩阵。
Generated using TypeDoc
基础几何 轴对齐包围盒。