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

VRageMath.BoundingSphere.Intersects

Malware edited this page Dec 25, 2018 · 18 revisions

IndexBoundingSphere

Summary

public bool Intersects(public sealed struct BoundingBox box)

Checks whether the current BoundingSphere intersects with a specified BoundingBox.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingSphere intersects a BoundingBox.

Returns

Example

Remarks

Summary

public bool Intersects(public class BoundingFrustum frustum)

Checks whether the current BoundingSphere intersects with a specified BoundingFrustum.

Returns

Example

Remarks

Summary

public public sealed enum PlaneIntersectionType Intersects(public sealed struct Plane plane)

Checks whether the current BoundingSphere intersects with a specified Plane.

Returns

Example

Remarks

Summary

public void Intersects(ref public sealed struct Plane plane, ref public sealed enum PlaneIntersectionType result)

Checks whether the current BoundingSphere intersects a Plane.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingSphere intersects with a specified Ray.

Returns

Example

Remarks

Summary

public void Intersects(ref public sealed struct Ray ray, ref public sealed struct Nullable<T> result)

Returns

Example

Remarks

Summary

public bool Intersects(public sealed struct BoundingSphere sphere)

Checks whether the current BoundingSphere intersects with a specified BoundingSphere.

Returns

Example

Remarks

Summary

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

Checks whether the current BoundingSphere intersects another BoundingSphere.

Returns

Example

Remarks

Clone this wiki locally