Skip to content

VRageMath.BoundingBoxD.CreateMerged

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

IndexNamespace IndexBoundingBoxD

Summary

public static BoundingBoxD CreateMerged(BoundingBoxD original, BoundingBoxD additional)

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

Returns

BoundingBoxD

Parameters

Summary

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

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

Parameters

Clone this wiki locally