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

public BoundingBox2D CreateMerged(BoundingBox2D original, BoundingBox2D additional)

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

Returns

Example

Remarks

Summary

public void CreateMerged(ref BoundingBox2D original, ref BoundingBox2D additional, ref BoundingBox2D result)

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

Returns

Example

Remarks

Clone this wiki locally