-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.BoundingFrustum.Contains
← Index ← BoundingFrustum
csharp[ContainmentType](VRageMath.ContainmentType) Contains(ref [BoundingBox](VRageMath.BoundingBox) box)##### Summary
Checks whether the current BoundingFrustum contains the specified BoundingBox.
csharpvoid Contains(ref [BoundingBox](VRageMath.BoundingBox) box, ref [ContainmentType](VRageMath.ContainmentType) result)##### Summary
Checks whether the current BoundingFrustum contains the specified BoundingBox.
csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingFrustum](VRageMath.BoundingFrustum) frustum)##### Summary
Checks whether the current BoundingFrustum contains the specified BoundingFrustum.
csharp[ContainmentType](VRageMath.ContainmentType) Contains([Vector3](VRageMath.Vector3) point)##### Summary
Checks whether the current BoundingFrustum contains the specified point.
csharpvoid Contains(ref [Vector3](VRageMath.Vector3) point, ref [ContainmentType](VRageMath.ContainmentType) result)##### Summary
Checks whether the current BoundingFrustum contains the specified point.
csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingSphere](VRageMath.BoundingSphere) sphere)##### Summary
Checks whether the current BoundingFrustum contains the specified BoundingSphere.
csharpvoid Contains(ref [BoundingSphere](VRageMath.BoundingSphere) sphere, ref [ContainmentType](VRageMath.ContainmentType) result)##### Summary
Checks whether the current BoundingFrustum contains the specified BoundingSphere.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!