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 24, 2018 · 19 revisions

IndexBoundingBoxI

bool Intersects(BoundingBoxI box)

Summary

Checks whether the current BoundingBoxI intersects another BoundingBoxI.

bool Intersects(ref BoundingBoxI box)

void Intersects(ref BoundingBoxI box, ref bool result)

Summary

Checks whether the current BoundingBoxI intersects another BoundingBoxI.

PlaneIntersectionType Intersects(Plane plane)

Summary

Checks whether the current BoundingBoxI intersects a Plane.

void Intersects(ref Plane plane, ref PlaneIntersectionType result)

Summary

Checks whether the current BoundingBoxI intersects a Plane.

bool Intersects(Line line, ref float distance)

Nullable Intersects(Ray ray)

Summary

Checks whether the current BoundingBoxI intersects a Ray.

void Intersects(ref Ray ray, ref Nullable result)

Clone this wiki locally