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

VRageMath.Ray.Intersects

Malware edited this page May 4, 2019 · 19 revisions

IndexNamespace IndexRay

Summary

public Nullable<System.Single> Intersects(BoundingBox box)

Checks whether the Ray intersects a specified BoundingBox.

Returns

Nullable<System.Single>

Parameters

Summary

public void Intersects(ref BoundingBox box, ref Nullable<System.Single> result)

Parameters

Summary

public Nullable<System.Single> Intersects(BoundingFrustum frustum)

Checks whether the Ray intersects a specified BoundingFrustum.

Returns

Nullable<System.Single>

Parameters

Summary

public Nullable<System.Single> Intersects(Plane plane)

Determines whether this Ray intersects a specified Plane.

Returns

Nullable<System.Single>

Parameters

Summary

public void Intersects(ref Plane plane, ref Nullable<System.Single> result)

Parameters

Summary

public Nullable<System.Single> Intersects(BoundingSphere sphere)

Checks whether the Ray intersects a specified BoundingSphere.

Returns

Nullable<System.Single>

Parameters

Summary

public void Intersects(ref BoundingSphere sphere, ref Nullable<System.Single> result)

Parameters

Clone this wiki locally