VRageMath.BoundingBox.CreateMerged - bimbam2103/space_engineers GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️