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

VRageMath.BoundingSphereD.CreateMerged

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingSphereD

Summary

public BoundingSphereD CreateMerged(BoundingSphereD original, BoundingSphereD additional)

Creates a BoundingSphereD that contains the two specified BoundingSphereD instances.

Returns

BoundingSphereD

Summary

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

Creates a BoundingSphereD that contains the two specified BoundingSphereD instances.

Clone this wiki locally