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

VRageMath.BoundingFrustum.Contains

Malware edited this page Dec 24, 2018 · 17 revisions

IndexBoundingFrustum

ContainmentType Contains(ref BoundingBox box)

Summary

Checks whether the current BoundingFrustum contains the specified BoundingBox.

void Contains(ref BoundingBox box, ref ContainmentType result)

Summary

Checks whether the current BoundingFrustum contains the specified BoundingBox.

ContainmentType Contains(BoundingFrustum frustum)

Summary

Checks whether the current BoundingFrustum contains the specified BoundingFrustum.

ContainmentType Contains(Vector3 point)

Summary

Checks whether the current BoundingFrustum contains the specified point.

void Contains(ref Vector3 point, ref ContainmentType result)

Summary

Checks whether the current BoundingFrustum contains the specified point.

ContainmentType Contains(BoundingSphere sphere)

Summary

Checks whether the current BoundingFrustum contains the specified BoundingSphere.

void Contains(ref BoundingSphere sphere, ref ContainmentType result)

Summary

Checks whether the current BoundingFrustum contains the specified BoundingSphere.

Clone this wiki locally