Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.RayD.Intersects

Malware edited this page Dec 25, 2018 · 19 revisions

IndexRayD

Summary

public Nullable<T> Intersects(BoundingBoxD box)

Checks whether the Ray intersects a specified BoundingBox.

Returns

Nullable

Parameters

Summary

public void Intersects(ref BoundingBoxD box, ref Nullable<T> result)

Parameters

Summary

public Nullable<T> Intersects(BoundingFrustumD frustum)

Checks whether the Ray intersects a specified BoundingFrustum.

Returns

Nullable

Parameters

Summary

public Nullable<T> Intersects(PlaneD plane)

Determines whether this Ray intersects a specified Plane.

Returns

Nullable

Parameters

Summary

public void Intersects(ref PlaneD plane, ref Nullable<T> result)

Parameters

Summary

public Nullable<T> Intersects(BoundingSphereD sphere)

Checks whether the Ray intersects a specified BoundingSphere.

Returns

Nullable

Parameters

Summary

public void Intersects(ref BoundingSphere sphere, ref Nullable<T> result)

Parameters

Clone this wiki locally