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 实例之间的相交体积。

  • 参数

    • destObject: BoundsImpl

      The destination object to clone into.

    返回 void

    Clones the current bounding box into another object.

    将当前包围体克隆到另一个对象中。