-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.BoundingBoxI.Contains
← Index ← BoundingBoxI
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.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!