VRageMath.BoundingBoxI.CreateMerged - bimbam2103/space_engineers GitHub Wiki

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

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