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

VRageMath.BoundingSphereD.CreateMerged

Malware edited this page Dec 25, 2018 · 16 revisions

IndexBoundingSphereD

Summary

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

Creates a BoundingSphereD that contains the two specified BoundingSphereD instances.

Returns

Example

Remarks

Summary

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

Creates a BoundingSphereD that contains the two specified BoundingSphereD instances.

Returns

Example

Remarks

Clone this wiki locally