Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingBoxI.Intersects

Malware edited this page Dec 25, 2018 · 19 revisions

IndexBoundingBoxI

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)

Clone this wiki locally