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

VRageMath.BoundingBox.Contains

Malware edited this page Dec 25, 2018 · 18 revisions

IndexBoundingBox

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

Tests whether the BoundingBox contains another BoundingBox.

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

Tests whether the BoundingBox contains a BoundingBox.

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

Tests whether the BoundingBox contains a BoundingFrustum.

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

Tests whether the BoundingBox contains a point.

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

Tests whether the BoundingBox contains a point.

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

Tests whether the BoundingBox contains a BoundingSphere.

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

Tests whether the BoundingBox contains a BoundingSphere.

Clone this wiki locally