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

VRageMath.BoundingBoxD.Contains

Malware edited this page Dec 24, 2018 · 17 revisions

IndexBoundingBoxD

ContainmentType Contains(BoundingBoxD box)

Summary

Tests whether the BoundingBox contains another BoundingBox.

void Contains(ref BoundingBoxD box, ref ContainmentType result)

Summary

Tests whether the BoundingBox contains a BoundingBox.

ContainmentType Contains(BoundingFrustumD frustum)

Summary

Tests whether the BoundingBox contains a BoundingFrustum.

ContainmentType Contains(Vector3D point)

Summary

Tests whether the BoundingBox contains a point.

void Contains(ref Vector3D point, ref ContainmentType result)

Summary

Tests whether the BoundingBox contains a point.

ContainmentType Contains(BoundingSphereD sphere)

Summary

Tests whether the BoundingBox contains a BoundingSphere.

void Contains(ref BoundingSphereD sphere, ref ContainmentType result)

Summary

Tests whether the BoundingBox contains a BoundingSphere.

Clone this wiki locally