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