Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.BoundingBoxD.CreateFromSphere

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingBoxD

Summary

public BoundingBoxD CreateFromSphere(BoundingSphereD sphere)

Creates the smallest BoundingBox that will contain the specified BoundingSphere.

Returns

BoundingBoxD

Summary

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

Creates the smallest BoundingBox that will contain the specified BoundingSphere.

Clone this wiki locally