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 BoundingSphereD CreateMerged(BoundingSphereD original, BoundingSphereD additional)

Creates a BoundingSphereD that contains the two specified BoundingSphereD instances.

Returns

Example

Remarks

Summary

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

Creates a BoundingSphereD that contains the two specified BoundingSphereD instances.

Returns

Example

Remarks

Clone this wiki locally