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

VRageMath.BoundingBoxI.Contains

Malware edited this page Dec 25, 2018 · 18 revisions

IndexBoundingBoxI

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

Tests whether the BoundingBoxI contains another BoundingBoxI.

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

Tests whether the BoundingBoxI contains a BoundingBoxI.

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

Tests whether the BoundingBoxI contains a point.

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

Tests whether the BoundingBoxI contains a point.

Clone this wiki locally