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 Apr 8, 2019 · 17 revisions

IndexNamespace IndexBoundingSphere

Summary

public static BoundingSphere CreateFromBoundingBox(BoundingBox box)

Creates the smallest BoundingSphere that can contain a specified BoundingBox.

Returns

BoundingSphere

Parameters

Summary

public static void CreateFromBoundingBox(ref BoundingBox box, ref BoundingSphere result)

Creates the smallest BoundingSphere that can contain a specified BoundingBox.

Parameters

Clone this wiki locally