Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingBox.Contains

Malware edited this page Dec 24, 2018 · 17 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