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

VRageMath.BoundingBoxD.Contains

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingBoxD

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

Tests whether the BoundingBox contains another BoundingBox.

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

Tests whether the BoundingBox contains a BoundingBox.

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

Tests whether the BoundingBox contains a BoundingFrustum.

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

Tests whether the BoundingBox contains a point.

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

Tests whether the BoundingBox contains a point.

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

Tests whether the BoundingBox contains a BoundingSphere.

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

Tests whether the BoundingBox contains a BoundingSphere.

Clone this wiki locally