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

VRageMath.BoundingBox.CreateMerged

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingBox

Summary

public public sealed struct BoundingBox CreateMerged(public sealed struct BoundingBox original, public sealed struct BoundingBox additional)

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

Returns

Example

Remarks

Summary

public void CreateMerged(ref public sealed struct BoundingBox original, ref public sealed struct BoundingBox additional, ref public sealed struct BoundingBox result)

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

Returns

Example

Remarks

Clone this wiki locally