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

VRageMath.Ray.Intersects

Malware edited this page Dec 24, 2018 · 18 revisions

IndexRay

Nullable Intersects(BoundingBox box)

Summary

Checks whether the Ray intersects a specified BoundingBox.

void Intersects(ref BoundingBox box, ref Nullable result)

Nullable Intersects(BoundingFrustum frustum)

Summary

Checks whether the Ray intersects a specified BoundingFrustum.

Nullable Intersects(Plane plane)

Summary

Determines whether this Ray intersects a specified Plane.

void Intersects(ref Plane plane, ref Nullable result)

Nullable Intersects(BoundingSphere sphere)

Summary

Checks whether the Ray intersects a specified BoundingSphere.

void Intersects(ref BoundingSphere sphere, ref Nullable result)

Clone this wiki locally