Skip to content

VRageMath.BoundingSphere.CreateFromBoundingBox

Morten Aune Lyrstad edited this page Oct 10, 2019 · 16 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, out BoundingSphere result)

Creates the smallest BoundingSphere that can contain a specified BoundingBox.

Parameters

Clone this wiki locally