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 24, 2018 · 18 revisions

IndexBoundingSphere

bool Intersects(BoundingBox box)

Summary

Checks whether the current BoundingSphere intersects with a specified BoundingBox.

void Intersects(ref BoundingBox box, ref bool result)

Summary

Checks whether the current BoundingSphere intersects a BoundingBox.

bool Intersects(BoundingFrustum frustum)

Summary

Checks whether the current BoundingSphere intersects with a specified BoundingFrustum.

PlaneIntersectionType Intersects(Plane plane)

Summary

Checks whether the current BoundingSphere intersects with a specified Plane.

void Intersects(ref Plane plane, ref PlaneIntersectionType result)

Summary

Checks whether the current BoundingSphere intersects a Plane.

Nullable Intersects(Ray ray)

Summary

Checks whether the current BoundingSphere intersects with a specified Ray.

void Intersects(ref Ray ray, ref Nullable result)

bool Intersects(BoundingSphere sphere)

Summary

Checks whether the current BoundingSphere intersects with a specified BoundingSphere.

void Intersects(ref BoundingSphere sphere, ref bool result)

Summary

Checks whether the current BoundingSphere intersects another BoundingSphere.

Clone this wiki locally