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

VRageMath.MyOrientedBoundingBox.Intersects

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMyOrientedBoundingBox

Summary

public bool Intersects(ref BoundingBox box)

Returns

Example

Remarks

Summary

public bool Intersects(ref MyOrientedBoundingBox other)

Returns

Example

Remarks

Summary

public bool Intersects(BoundingFrustum frustum)

Returns

Example

Remarks

Summary

public bool Intersects(ref BoundingSphere sphere)

Returns

Example

Remarks

Summary

public Nullable<T> Intersects(ref Ray ray)

Returns

Example

Remarks

Summary

public Nullable<T> Intersects(ref Line line)

Returns

Example

Remarks

Summary

public PlaneIntersectionType Intersects(ref Plane plane)

Returns

Example

Remarks

Clone this wiki locally