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

VRageMath.BoundingFrustumD.Contains

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingFrustumD

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

Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.

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

Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.

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

Checks whether the current BoundingFrustumD contains the specified BoundingFrustumD.

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

Checks whether the current BoundingFrustumD contains the specified point.

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

Checks whether the current BoundingFrustumD contains the specified point.

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

Checks whether the current BoundingFrustumD contains the specified BoundingSphere.

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

Checks whether the current BoundingFrustumD contains the specified BoundingSphere.

Clone this wiki locally