Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingSphereD.Intersects

Morten Aune Lyrstad edited this page Feb 3, 2022 · 19 revisions

IndexNamespace IndexBoundingSphereD

Summary

public bool Intersects(BoundingBoxD box)

Checks whether the current BoundingSphereD intersects with a specified BoundingBoxD.

Returns

bool

Parameters

Summary

public void Intersects(ref BoundingBoxD box, out bool result)

Checks whether the current BoundingSphereD intersects a BoundingBoxD.

Parameters

Summary

public double? Intersects(RayD ray)

Returns

double?

Parameters

Summary

public bool Intersects(BoundingFrustumD frustum)

Checks whether the current BoundingSphereD intersects with a specified BoundingFrustum.

Returns

bool

Parameters

Summary

public bool Intersects(BoundingSphereD sphere)

Checks whether the current BoundingSphereD intersects with a specified BoundingSphereD.

Returns

bool

Parameters

Summary

public void Intersects(ref BoundingSphereD sphere, out bool result)

Checks whether the current BoundingSphereD intersects another BoundingSphereD.

Parameters

Clone this wiki locally