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

VRageMath.BoundingSphere.CreateMerged

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingSphere

Summary

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

Creates a BoundingSphere that contains the two specified BoundingSphere instances.

Returns

Example

Remarks

Summary

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

Creates a BoundingSphere that contains the two specified BoundingSphere instances.

Returns

Example

Remarks

Clone this wiki locally