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 25, 2018 · 18 revisions

IndexBoundingBoxI

Summary

public ContainmentType Contains(BoundingBoxI box)

Tests whether the BoundingBoxI contains another BoundingBoxI.

Returns

ContainmentType

Summary

public void Contains(ref BoundingBoxI box, ref ContainmentType result)

Tests whether the BoundingBoxI contains a BoundingBoxI.

Summary

public ContainmentType Contains(Vector3I point)

Tests whether the BoundingBoxI contains a point.

Returns

ContainmentType

Summary

public ContainmentType Contains(Vector3 point)

Returns

ContainmentType

Summary

public void Contains(ref Vector3I point, ref ContainmentType result)

Tests whether the BoundingBoxI contains a point.

Clone this wiki locally