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

VRageMath.BoundingSphere.CreateFromBoundingBox

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingSphere

Summary

public public sealed struct BoundingSphere CreateFromBoundingBox(public sealed struct BoundingBox box)

Creates the smallest BoundingSphere that can contain a specified BoundingBox.

Returns

Example

Remarks

Summary

public void CreateFromBoundingBox(ref public sealed struct BoundingBox box, ref public sealed struct BoundingSphere result)

Creates the smallest BoundingSphere that can contain a specified BoundingBox.

Returns

Example

Remarks

Clone this wiki locally