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

VRageMath.BoundingSphereD.Intersects

Malware edited this page Dec 25, 2018 · 19 revisions

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<T> Intersects(RayD ray)

Returns

Nullable

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