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

VRageMath.BoundingSphereD.CreateFromBoundingBox

Morten Aune Lyrstad edited this page Oct 10, 2019 · 16 revisions

IndexNamespace IndexBoundingSphereD

Summary

public static BoundingSphereD CreateFromBoundingBox(BoundingBoxD box)

Creates the smallest BoundingSphereD that can contain a specified BoundingBoxD.

Returns

BoundingSphereD

Parameters

Summary

public static void CreateFromBoundingBox(ref BoundingBoxD box, out BoundingSphereD result)

Creates the smallest BoundingSphereD that can contain a specified BoundingBoxD.

Parameters

Clone this wiki locally