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

VRageMath.BoundingFrustumExtensions.ToBoundingSphere

Malware edited this page Dec 25, 2018 · 20 revisions

IndexBoundingFrustumExtensions

Summary

public public sealed struct BoundingSphere ToBoundingSphere(public class BoundingFrustum frustum, public sealed class Vector3[] corners)

Creates bounding sphere from bounding frustum. Implementation taken from XNA source, replace IEnumerable with array

Returns

BoundingSphere

Example

Remarks

Clone this wiki locally