This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.BoundingSphereD.Intersects
Morten Aune Lyrstad edited this page Feb 3, 2022
·
19 revisions
← Index ← Namespace Index ← BoundingSphereD
public bool Intersects(BoundingBoxD box)
Checks whether the current BoundingSphereD intersects with a specified BoundingBoxD.
- BoundingBoxD box
public void Intersects(ref BoundingBoxD box, out bool result)
Checks whether the current BoundingSphereD intersects a BoundingBoxD.
- BoundingBoxD box
- bool result
public double? Intersects(RayD ray)
- RayD ray
public bool Intersects(BoundingFrustumD frustum)
Checks whether the current BoundingSphereD intersects with a specified BoundingFrustum.
- BoundingFrustumD frustum
public bool Intersects(BoundingSphereD sphere)
Checks whether the current BoundingSphereD intersects with a specified BoundingSphereD.
- BoundingSphereD sphere
public void Intersects(ref BoundingSphereD sphere, out bool result)
Checks whether the current BoundingSphereD intersects another BoundingSphereD.
- BoundingSphereD sphere
- bool result
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!