-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.BoundingBoxD.Contains
← Index ← BoundingBoxD
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.
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!