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 13, 2025 · 17 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace IndexBoundingBoxD

Summary

public ContainmentType Contains(BoundingBoxD box)

Tests whether the BoundingBox contains another BoundingBox.

Returns

ContainmentType

Parameters

Summary

public void Contains(ref BoundingBoxD box, out ContainmentType result)

Tests whether the BoundingBox contains a BoundingBox.

Parameters

Summary

public ContainmentType Contains(BoundingFrustumD frustum)

Tests whether the BoundingBox contains a BoundingFrustum.

Returns

ContainmentType

Parameters

Summary

public ContainmentType Contains(Vector3D point)

Tests whether the BoundingBox contains a point.

Returns

ContainmentType

Parameters

Summary

public void Contains(ref Vector3D point, out ContainmentType result)

Tests whether the BoundingBox contains a point.

Parameters

Summary

public ContainmentType Contains(BoundingSphereD sphere)

Tests whether the BoundingBox contains a BoundingSphere.

Returns

ContainmentType

Parameters

Summary

public void Contains(ref BoundingSphereD sphere, out ContainmentType result)

Tests whether the BoundingBox contains a BoundingSphere.

Parameters

Clone this wiki locally