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

VRageMath.BoundingBoxD.Contains

Malware edited this page Dec 25, 2018 · 17 revisions

IndexBoundingBoxD

Summary

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

Tests whether the BoundingBox contains another BoundingBox.

Returns

Example

Remarks

Summary

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

Tests whether the BoundingBox contains a BoundingBox.

Returns

Example

Remarks

Summary

private public private public sealed enum.ContainmentType Contains(private public class.BoundingFrustumD frustum)

Tests whether the BoundingBox contains a BoundingFrustum.

Returns

Example

Remarks

Summary

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

Tests whether the BoundingBox contains a point.

Returns

Example

Remarks

Summary

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

Tests whether the BoundingBox contains a point.

Returns

Example

Remarks

Summary

private public private public sealed enum.ContainmentType Contains(private public sealed struct.BoundingSphereD sphere)

Tests whether the BoundingBox contains a BoundingSphere.

Returns

Example

Remarks

Summary

private public void Contains(ref private public sealed struct.BoundingSphereD sphere, ref private public sealed enum.ContainmentType result)

Tests whether the BoundingBox contains a BoundingSphere.

Returns

Example

Remarks

Clone this wiki locally