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

VRageMath.BoundingFrustum.Contains

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingFrustum

csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [BoundingBox](VRageMath.BoundingBox) box)##### Summary

Checks whether the current BoundingFrustum contains the specified BoundingBox.

csharpvoid Contains(ref [BoundingBox](VRageMath.BoundingBox) box, ref [ContainmentType](VRageMath.ContainmentType) result)##### Summary

Checks whether the current BoundingFrustum contains the specified BoundingBox.

csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingFrustum](VRageMath.BoundingFrustum) frustum)##### Summary

Checks whether the current BoundingFrustum contains the specified BoundingFrustum.

csharp[ContainmentType](VRageMath.ContainmentType) Contains([Vector3](VRageMath.Vector3) point)##### Summary

Checks whether the current BoundingFrustum contains the specified point.

csharpvoid Contains(ref [Vector3](VRageMath.Vector3) point, ref [ContainmentType](VRageMath.ContainmentType) result)##### Summary

Checks whether the current BoundingFrustum contains the specified point.

csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingSphere](VRageMath.BoundingSphere) sphere)##### Summary

Checks whether the current BoundingFrustum contains the specified BoundingSphere.

csharpvoid Contains(ref [BoundingSphere](VRageMath.BoundingSphere) sphere, ref [ContainmentType](VRageMath.ContainmentType) result)##### Summary

Checks whether the current BoundingFrustum contains the specified BoundingSphere.

Clone this wiki locally