Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingBox.CreateMerged

Malware edited this page Dec 25, 2018 · 16 revisions

IndexBoundingBox

Summary

public BoundingBox CreateMerged(BoundingBox original, BoundingBox additional)

Creates the smallest BoundingBox that contains the two specified BoundingBox instances.

Returns

BoundingBox

Parameters

Summary

public void CreateMerged(ref BoundingBox original, ref BoundingBox additional, ref BoundingBox result)

Creates the smallest BoundingBox that contains the two specified BoundingBox instances.

Parameters

Clone this wiki locally