-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.BoundingFrustumD.Contains
csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingBoxD](VRageMath.BoundingBoxD) box)##### Summary
Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.
csharpvoid Contains(ref [BoundingBoxD](VRageMath.BoundingBoxD) box, ref [ContainmentType](VRageMath.ContainmentType) result)##### Summary
Checks whether the current BoundingFrustumD contains the specified BoundingBoxD.
csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingFrustumD](VRageMath.BoundingFrustumD) frustum)##### Summary
Checks whether the current BoundingFrustumD contains the specified BoundingFrustumD.
csharp[ContainmentType](VRageMath.ContainmentType) Contains([Vector3D](VRageMath.Vector3D) point)##### Summary
Checks whether the current BoundingFrustumD contains the specified point.
csharpvoid Contains(ref [Vector3D](VRageMath.Vector3D) point, ref [ContainmentType](VRageMath.ContainmentType) result)##### Summary
Checks whether the current BoundingFrustumD contains the specified point.
csharp[ContainmentType](VRageMath.ContainmentType) Contains([BoundingSphereD](VRageMath.BoundingSphereD) sphere)##### Summary
Checks whether the current BoundingFrustumD contains the specified BoundingSphere.
csharpvoid Contains(ref [BoundingSphereD](VRageMath.BoundingSphereD) sphere, ref [ContainmentType](VRageMath.ContainmentType) result)##### Summary
Checks whether the current BoundingFrustumD 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!