Tesla Graphics Engine Documentation (January 2012)
Merge Method (volume)
TeslaTesla.BoundingBoundingBoxMerge(BoundingVolume)
Merges this bounding volume with a second one. The resulting bounding volume is returned as a new object and will contain the original volumes completely. The returned value will be of the same bounding type as the caller.
Declaration Syntax
C#
public override BoundingVolume Merge(
	BoundingVolume volume
)
Parameters
volume (BoundingVolume)
Volume to merge with
Return Value
New volume that contains the original two

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)