VRageMath.BoundingBox2D.CreateMerged - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexBoundingBox2D

Summary

public static BoundingBox2D CreateMerged(BoundingBox2D original, BoundingBox2D additional)

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

Returns

BoundingBox2D

Parameters

Summary

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

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

Parameters

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