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

private public private public sealed enum.ContainmentType Contains(private public sealed struct.BoundingBoxI box)

Tests whether the BoundingBoxI contains another BoundingBoxI.

Returns

Example

Remarks

Summary

private public void Contains(ref private public sealed struct.BoundingBoxI box, ref private public sealed enum.ContainmentType result)

Tests whether the BoundingBoxI contains a BoundingBoxI.

Returns

Example

Remarks

Summary

private public private public sealed enum.ContainmentType Contains(private public sealed struct.Vector3I point)

Tests whether the BoundingBoxI contains a point.

Returns

Example

Remarks

Summary

private public private public sealed enum.ContainmentType Contains(private public sealed struct.Vector3 point)

Returns

Example

Remarks

Summary

private public void Contains(ref private public sealed struct.Vector3I point, ref private public sealed enum.ContainmentType result)

Tests whether the BoundingBoxI contains a point.

Returns

Example

Remarks

Clone this wiki locally