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

VRageMath.BoundingBox.Contains

Malware edited this page Dec 24, 2018 · 18 revisions

IndexBoundingBox

ContainmentType Contains(BoundingBox box)

Summary

Tests whether the BoundingBox contains another BoundingBox.

void Contains(ref BoundingBox box, ref ContainmentType result)

Summary

Tests whether the BoundingBox contains a BoundingBox.

ContainmentType Contains(BoundingFrustum frustum)

Summary

Tests whether the BoundingBox contains a BoundingFrustum.

ContainmentType Contains(Vector3 point)

Summary

Tests whether the BoundingBox contains a point.

ContainmentType Contains(Vector3D point)

void Contains(ref Vector3 point, ref ContainmentType result)

Summary

Tests whether the BoundingBox contains a point.

ContainmentType Contains(BoundingSphere sphere)

Summary

Tests whether the BoundingBox contains a BoundingSphere.

void Contains(ref BoundingSphere sphere, ref ContainmentType result)

Summary

Tests whether the BoundingBox contains a BoundingSphere.

Clone this wiki locally