BoundsImpl class is used to create a bounding box.

BoundsImpl 类用于创建包围体。

实现

  • IClone

构造函数

访问器

方法

  • 参数

    • bounds: BoundsImpl

      The BoundsImpl instance to calculate the intersection with.

    返回 number

    -1 if the bounds do not intersect; when not 0, the return value is the intersecting volume

    Calculates the intersection volume between this bounds implementation and another BoundsImpl instance.

    计算此边界实现与另一个 BoundsImpl 实例之间的相交体积。

  • 返回 any

    A new BoundsImpl instance that is a clone of the current bounding box.

    Creates a clone of the bounding box.

    创建当前包围体的克隆。