Summary

public static BoundingBoxD CreateFromSphere(BoundingSphereD sphere)

Creates the smallest BoundingBox that will contain the specified BoundingSphere.

Returns

BoundingBoxD

Parameters

Summary

public static void CreateFromSphere(ref BoundingSphereD sphere, out BoundingBoxD result)

Creates the smallest BoundingBox that will contain the specified BoundingSphere.

Parameters