mergeLocal
combines two bounding volumes into a single bounding volume that contains both this bounding volume and the parameter volume. The result is stored locally.
@param volume the volume to combine.
@return this
mergeLocal
combines this bounding box locally with a second bounding volume. The result contains both the original box and the second volume.
@param volume the bounding volume to combine with this box (or null) (notaltered)
@return this box (with its components modified) or null if the secondvolume is of some type other than AABB or Sphere
mergeLocal
combines two bounding volumes into a single bounding volume that contains both this bounding volume and the parameter volume. The result is stored locally.
@param volume the volume to combine.
@return this
|
|
|
|
|
|
|
|
|
|
|
|
|
|