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(BoundingBox box)

Checks whether the current BoundingSphere intersects with a specified BoundingBox.

Returns

bool

Summary

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

Checks whether the current BoundingSphere intersects a BoundingBox.

Summary

public bool Intersects(BoundingFrustum frustum)

Checks whether the current BoundingSphere intersects with a specified BoundingFrustum.

Returns

bool

Summary

public PlaneIntersectionType Intersects(Plane plane)

Checks whether the current BoundingSphere intersects with a specified Plane.

Returns

PlaneIntersectionType

Summary

public void Intersects(ref Plane plane, ref PlaneIntersectionType result)

Checks whether the current BoundingSphere intersects a Plane.

Summary

public Nullable<T> Intersects(Ray ray)

Checks whether the current BoundingSphere intersects with a specified Ray.

Returns

Nullable

Summary

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

Summary

public bool Intersects(BoundingSphere sphere)

Checks whether the current BoundingSphere intersects with a specified BoundingSphere.

Returns

bool

Summary

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

Checks whether the current BoundingSphere intersects another BoundingSphere.

Clone this wiki locally