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

VRageMath.BoundingBoxI.Intersects

Malware edited this page Dec 25, 2018 · 19 revisions

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, ref 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, ref PlaneIntersectionType result)

Checks whether the current BoundingBoxI intersects a Plane.

Parameters

Summary

public bool Intersects(Line line, ref 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, ref Nullable<T> result)

Parameters

Clone this wiki locally