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 Dec 25, 2018 · 20 revisions

IndexBoundingSphereD

Summary

public bool Intersects(public sealed struct BoundingBoxD box)

Checks whether the current BoundingSphereD intersects with a specified BoundingBoxD.

Returns

Example

Remarks

Summary

public void Intersects(ref public sealed struct BoundingBoxD box, ref bool result)

Checks whether the current BoundingSphereD intersects a BoundingBoxD.

Returns

Example

Remarks

Summary

public public sealed struct Nullable<T> Intersects(public sealed struct RayD ray)

Returns

Example

Remarks

Summary

public bool Intersects(public class BoundingFrustumD frustum)

Checks whether the current BoundingSphereD intersects with a specified BoundingFrustum.

Returns

Example

Remarks

Summary

public bool Intersects(public sealed struct BoundingSphereD sphere)

Checks whether the current BoundingSphereD intersects with a specified BoundingSphereD.

Returns

Example

Remarks

Summary

public void Intersects(ref public sealed struct BoundingSphereD sphere, ref bool result)

Checks whether the current BoundingSphereD intersects another BoundingSphereD.

Returns

Example

Remarks

Clone this wiki locally