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

Summary

private public bool Intersects(private public sealed struct.BoundingBoxI box)

Checks whether the current BoundingBoxI intersects another BoundingBoxI.

Returns

Example

Remarks

Summary

private public bool Intersects(ref private public sealed struct.BoundingBoxI box)

Returns

Example

Remarks

Summary

private public void Intersects(ref private public sealed struct.BoundingBoxI box, ref bool result)

Checks whether the current BoundingBoxI intersects another BoundingBoxI.

Returns

Example

Remarks

Summary

private public private public sealed enum.PlaneIntersectionType Intersects(private public sealed struct.Plane plane)

Checks whether the current BoundingBoxI intersects a Plane.

Returns

Example

Remarks

Summary

private public void Intersects(ref private public sealed struct.Plane plane, ref private public sealed enum.PlaneIntersectionType result)

Checks whether the current BoundingBoxI intersects a Plane.

Returns

Example

Remarks

Summary

private public bool Intersects(private public sealed struct.Line line, ref float distance)

Returns

Example

Remarks

Summary

private public private public sealed struct.Nullable<T> Intersects(private public sealed struct.Ray ray)

Checks whether the current BoundingBoxI intersects a Ray.

Returns

Example

Remarks

Summary

private public void Intersects(ref private public sealed struct.Ray ray, ref private public sealed struct.Nullable<T> result)

Returns

Example

Remarks

Clone this wiki locally