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

VRageMath.MyOrientedBoundingBoxD.Contains

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMyOrientedBoundingBoxD

csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [BoundingBox](VRageMath.BoundingBox) box)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [BoundingBoxD](VRageMath.BoundingBoxD) box)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [BoundingBox](VRageMath.BoundingBox) boxA, ref [MyOrientedBoundingBox](VRageMath.MyOrientedBoundingBox) oboxB)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [MyOrientedBoundingBoxD](VRageMath.MyOrientedBoundingBoxD) other)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingFrustumD](VRageMath.BoundingFrustumD) frustum)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingFrustumD](VRageMath.BoundingFrustumD) frustum, ref [MyOrientedBoundingBoxD](VRageMath.MyOrientedBoundingBoxD) obox)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [BoundingSphereD](VRageMath.BoundingSphereD) sphere)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [BoundingSphere](VRageMath.BoundingSphere) sphere, ref [MyOrientedBoundingBox](VRageMath.MyOrientedBoundingBox) box)``````csharp[bool](System.Boolean) Contains(ref [Vector3](VRageMath.Vector3) point)``````csharp[bool](System.Boolean) Contains(ref [Vector3D](VRageMath.Vector3D) point)

Clone this wiki locally