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

VRageMath.BoundingBoxD.Intersects

Malware edited this page Dec 24, 2018 · 19 revisions

IndexBoundingBoxD

bool Intersects(BoundingBoxD box)

Summary

Checks whether the current BoundingBox intersects another BoundingBox.

bool Intersects(ref BoundingBoxD box)

void Intersects(ref BoundingBoxD box, ref bool result)

Summary

Checks whether the current BoundingBox intersects another BoundingBox.

void Intersects(ref BoundingBox box, ref bool result)

bool Intersects(BoundingFrustumD frustum)

Summary

Checks whether the current BoundingBox intersects a BoundingFrustum.

PlaneIntersectionType Intersects(PlaneD plane)

Summary

Checks whether the current BoundingBox intersects a Plane.

void Intersects(ref PlaneD plane, ref PlaneIntersectionType result)

Summary

Checks whether the current BoundingBox intersects a Plane.

bool Intersects(ref LineD line)

bool Intersects(ref LineD line, ref double distance)

Nullable Intersects(Ray ray)

Nullable Intersects(RayD ray)

Summary

Checks whether the current BoundingBox intersects a Ray.

void Intersects(ref RayD ray, ref Nullable result)

bool Intersects(BoundingSphereD sphere)

Summary

Checks whether the current BoundingBox intersects a BoundingSphere.

void Intersects(ref BoundingSphereD sphere, ref bool result)

Summary

Checks whether the current BoundingBox intersects a BoundingSphere.

bool Intersects(ref BoundingSphereD sphere)

Clone this wiki locally