Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingBox.CreateMerged

Malware edited this page Dec 25, 2018 · 16 revisions

IndexBoundingBox

Summary

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

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

Returns

Example

Remarks

Summary

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

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

Returns

Example

Remarks

Clone this wiki locally