Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.BoundingBoxI.Intersects

Malware edited this page Jan 26, 2019 · 20 revisions

IndexNamespace IndexBoundingBoxI

Summary

public bool Intersects(BoundingBoxI box)

Checks whether the current BoundingBoxI intersects another BoundingBoxI.

Returns

bool

Parameters

Summary

public bool Intersects(ref BoundingBoxI box)

Returns

bool

Parameters

Summary

public void Intersects(ref BoundingBoxI box, out bool result)

Checks whether the current BoundingBoxI intersects another BoundingBoxI.

Parameters

Summary

public PlaneIntersectionType Intersects(Plane plane)

Checks whether the current BoundingBoxI intersects a Plane.

Returns

PlaneIntersectionType

Parameters

Summary

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

Checks whether the current BoundingBoxI intersects a Plane.

Parameters

Summary

public bool Intersects(Line line, out float distance)

Returns

bool

Parameters

Summary

public Nullable<T> Intersects(Ray ray)

Checks whether the current BoundingBoxI intersects a Ray.

Returns

Nullable

Parameters

Summary

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

Parameters

Clone this wiki locally