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 13, 2025 · 19 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace IndexRayD

Summary

public double? Intersects(BoundingBoxD box)

Checks whether the Ray intersects a specified BoundingBox.

Returns

double?

Parameters

Summary

public void Intersects(ref BoundingBoxD box, out double? result)

Checks whether the current Ray intersects a BoundingBox.

Parameters

Summary

public double? Intersects(BoundingFrustumD frustum)

Checks whether the Ray intersects a specified BoundingFrustum.

Returns

double?

Parameters

Summary

public double? Intersects(PlaneD plane)

Determines whether this Ray intersects a specified Plane.

Returns

double?

Parameters

Summary

public void Intersects(ref PlaneD plane, out double? result)

Determines whether this Ray intersects a specified Plane.

Parameters

Summary

public double? Intersects(BoundingSphereD sphere)

Checks whether the Ray intersects a specified BoundingSphere.

Returns

double?

Parameters

Summary

public void Intersects(ref BoundingSphere sphere, out double? result)

Checks whether the current Ray intersects a BoundingSphere.

Parameters

Clone this wiki locally