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

VRageMath.BoundingBox2D.CreateMerged

Malware edited this page Dec 25, 2018 · 16 revisions

IndexBoundingBox2D

csharp[BoundingBox2D](VRageMath.BoundingBox2D) CreateMerged([BoundingBox2D](VRageMath.BoundingBox2D) original, [BoundingBox2D](VRageMath.BoundingBox2D) additional)##### Summary

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

csharpvoid CreateMerged(ref [BoundingBox2D](VRageMath.BoundingBox2D) original, ref [BoundingBox2D](VRageMath.BoundingBox2D) additional, ref [BoundingBox2D](VRageMath.BoundingBox2D) result)##### Summary

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

Clone this wiki locally