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

VRageMath.BoundingSphereD.IntersectRaySphere

Malware edited this page Dec 13, 2025 · 20 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 IndexBoundingSphereD

Summary

public bool IntersectRaySphere(RayD ray, out double tmin, out double tmax)

NOTE: This function doesn't calculate the normal because it's easily derived for a sphere (p - center).

Returns

bool

Parameters

Clone this wiki locally