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

VRageMath.BoundingBox.CreateMerged

Morten Aune Lyrstad edited this page Oct 10, 2019 · 16 revisions

IndexNamespace IndexBoundingBox

Summary

public static BoundingBox CreateMerged(BoundingBox original, BoundingBox additional)

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

Returns

BoundingBox

Parameters

Summary

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

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

Parameters

Clone this wiki locally