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 public sealed enum ContainmentType Contains(public sealed struct BoundingBoxI box)

Tests whether the BoundingBoxI contains another BoundingBoxI.

Returns

Example

Remarks

Summary

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

Tests whether the BoundingBoxI contains a BoundingBoxI.

Returns

Example

Remarks

Summary

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

Tests whether the BoundingBoxI contains a point.

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

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

Tests whether the BoundingBoxI contains a point.

Returns

Example

Remarks

Clone this wiki locally