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

VRageMath.BoundingFrustumD.Contains

Malware edited this page Dec 24, 2018 · 17 revisions

IndexBoundingFrustumD

ContainmentType Contains(BoundingBoxD box)

Summary

Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.

void Contains(ref BoundingBoxD box, ref ContainmentType result)

Summary

Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.

ContainmentType Contains(BoundingFrustumD frustum)

Summary

Checks whether the current BoundingFrustumD contains the specified BoundingFrustumD.

ContainmentType Contains(Vector3D point)

Summary

Checks whether the current BoundingFrustumD contains the specified point.

void Contains(ref Vector3D point, ref ContainmentType result)

Summary

Checks whether the current BoundingFrustumD contains the specified point.

ContainmentType Contains(BoundingSphereD sphere)

Summary

Checks whether the current BoundingFrustumD contains the specified BoundingSphere.

void Contains(ref BoundingSphereD sphere, ref ContainmentType result)

Summary

Checks whether the current BoundingFrustumD contains the specified BoundingSphere.

Clone this wiki locally