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

VRageMath.MyOrientedBoundingBox.Contains

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMyOrientedBoundingBox

csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [BoundingBox](VRageMath.BoundingBox) box)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [BoundingBox](VRageMath.BoundingBox) boxA, ref [MyOrientedBoundingBox](VRageMath.MyOrientedBoundingBox) oboxB)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [MyOrientedBoundingBox](VRageMath.MyOrientedBoundingBox) other)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingFrustum](VRageMath.BoundingFrustum) frustum)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingFrustum](VRageMath.BoundingFrustum) frustum, ref [MyOrientedBoundingBox](VRageMath.MyOrientedBoundingBox) obox)``````csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [BoundingSphere](VRageMath.BoundingSphere) 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)

Clone this wiki locally