Skip to content

VRageMath.BoundingBoxI.CreateMerged

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

IndexNamespace IndexBoundingBoxI

Summary

public static BoundingBoxI CreateMerged(BoundingBoxI original, BoundingBoxI additional)

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

Returns

BoundingBoxI

Parameters

Summary

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

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

Parameters

Clone this wiki locally