-
Notifications
You must be signed in to change notification settings - Fork 125
VRageMath.BoundingBoxI.Intersects
← Index ← BoundingBoxI
csharp[bool](System.Boolean) Intersects([BoundingBoxI](VRageMath.BoundingBoxI) box)
##### Summary
Checks whether the current BoundingBoxI intersects another BoundingBoxI.
csharp[bool](System.Boolean) Intersects(ref [BoundingBoxI](VRageMath.BoundingBoxI) box)``````csharpvoid Intersects(ref [BoundingBoxI](VRageMath.BoundingBoxI) box, ref [bool](System.Boolean) result)
##### Summary
Checks whether the current BoundingBoxI intersects another BoundingBoxI.
csharp[PlaneIntersectionType](VRageMath.PlaneIntersectionType) Intersects([Plane](VRageMath.Plane) plane)
##### Summary
Checks whether the current BoundingBoxI intersects a Plane.
csharpvoid Intersects(ref [Plane](VRageMath.Plane) plane, ref [PlaneIntersectionType](VRageMath.PlaneIntersectionType) result)
##### Summary
Checks whether the current BoundingBoxI intersects a Plane.
csharp[bool](System.Boolean) Intersects([Line](VRageMath.Line) line, ref [float](System.Single) distance)``````csharp[Nullable<T>](System.Nullable`1) Intersects([Ray](VRageMath.Ray) ray)
##### Summary
Checks whether the current BoundingBoxI intersects a Ray.
csharpvoid Intersects(ref [Ray](VRageMath.Ray) ray, ref [Nullable<T>](System.Nullable`1) result)
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!