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

VRageMath.BoundingSphereD.Contains

Malware edited this page Dec 25, 2018 · 18 revisions

IndexBoundingSphereD

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

Checks whether the current BoundingSphereD contains the specified BoundingBoxD.

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

Checks whether the current BoundingSphereD contains the specified BoundingBoxD.

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

Checks whether the current BoundingSphereD contains the specified BoundingFrustum.

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

Checks whether the current BoundingSphereD contains the specified point.

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

Checks whether the current BoundingSphereD contains the specified point.

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

Checks whether the current BoundingSphereD contains the specified BoundingSphereD.

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

Checks whether the current BoundingSphereD contains the specified BoundingSphereD.

Clone this wiki locally