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

VRageMath.BoundingSphereD.CreateMerged

Morten Aune Lyrstad edited this page Oct 10, 2019 · 16 revisions

IndexNamespace IndexBoundingSphereD

Summary

public static BoundingSphereD CreateMerged(BoundingSphereD original, BoundingSphereD additional)

Creates a BoundingSphereD that contains the two specified BoundingSphereD instances.

Returns

BoundingSphereD

Parameters

Summary

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

Creates a BoundingSphereD that contains the two specified BoundingSphereD instances.

Parameters

Clone this wiki locally