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

VRageMath.BoundingBox2.CreateMerged

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingBox2

Summary

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

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

Returns

Example

Remarks

Summary

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

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

Returns

Example

Remarks

Clone this wiki locally