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
|
|
|
|
|
|
|
|
|
|