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

VRageMath.BoundingSphereD.Intersects

Malware edited this page May 4, 2019 · 20 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, ref bool result)

Checks whether the current BoundingSphereD intersects a BoundingBoxD.

Parameters

Summary

public Nullable<System.Double> Intersects(RayD ray)

Returns

Nullable<System.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, ref bool result)

Checks whether the current BoundingSphereD intersects another BoundingSphereD.

Parameters

Clone this wiki locally