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

VRageMath.BoundingBoxI.Contains

Malware edited this page Dec 24, 2018 · 18 revisions

IndexBoundingBoxI

ContainmentType Contains(BoundingBoxI box)

Summary

Tests whether the BoundingBoxI contains another BoundingBoxI.

void Contains(ref BoundingBoxI box, ref ContainmentType result)

Summary

Tests whether the BoundingBoxI contains a BoundingBoxI.

ContainmentType Contains(Vector3I point)

Summary

Tests whether the BoundingBoxI contains a point.

ContainmentType Contains(Vector3 point)

void Contains(ref Vector3I point, ref ContainmentType result)

Summary

Tests whether the BoundingBoxI contains a point.

Clone this wiki locally