Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingBox.Contains

Morten Aune Lyrstad edited this page Feb 3, 2022 · 17 revisions

IndexNamespace IndexBoundingBox

Summary

public ContainmentType Contains(BoundingBox box)

Tests whether the BoundingBox contains another BoundingBox.

Returns

ContainmentType

Parameters

Summary

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

Tests whether the BoundingBox contains a BoundingBox.

Parameters

Summary

public ContainmentType Contains(BoundingFrustum frustum)

Tests whether the BoundingBox contains a BoundingFrustum.

Returns

ContainmentType

Parameters

Summary

public ContainmentType Contains(Vector3 point)

Tests whether the BoundingBox contains a point.

Returns

ContainmentType

Parameters

Summary

public ContainmentType Contains(Vector3D point)

Returns

ContainmentType

Parameters

Summary

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

Tests whether the BoundingBox contains a point.

Parameters

Summary

public ContainmentType Contains(BoundingSphere sphere)

Tests whether the BoundingBox contains a BoundingSphere.

Returns

ContainmentType

Parameters

Summary

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

Tests whether the BoundingBox contains a BoundingSphere.

Parameters

Clone this wiki locally