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 25, 2018 · 18 revisions

IndexNamespace IndexRay

Summary

public Nullable<T> Intersects(BoundingBox box)

Checks whether the Ray intersects a specified BoundingBox.

Returns

Nullable

Parameters

Summary

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

Parameters

Summary

public Nullable<T> Intersects(BoundingFrustum frustum)

Checks whether the Ray intersects a specified BoundingFrustum.

Returns

Nullable

Parameters

Summary

public Nullable<T> Intersects(Plane plane)

Determines whether this Ray intersects a specified Plane.

Returns

Nullable

Parameters

Summary

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

Parameters

Summary

public Nullable<T> Intersects(BoundingSphere 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