Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.BoundingBox2D.CreateMerged

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingBox2D

Summary

private public private public sealed struct.BoundingBox2D CreateMerged(private public sealed struct.BoundingBox2D original, private public sealed struct.BoundingBox2D additional)

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

Returns

Example

Remarks

Summary

private public void CreateMerged(ref private public sealed struct.BoundingBox2D original, ref private public sealed struct.BoundingBox2D additional, ref private public sealed struct.BoundingBox2D result)

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

Returns

Example

Remarks

Clone this wiki locally