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

IndexNamespace IndexMyOrientedBoundingBox

Summary

public bool Intersects(ref BoundingBox box)

Returns

bool

Parameters

Summary

public bool Intersects(ref MyOrientedBoundingBox other)

Returns

bool

Parameters

Summary

public bool Intersects(BoundingFrustum frustum)

Returns

bool

Parameters

Summary

public bool Intersects(ref BoundingSphere sphere)

Returns

bool

Parameters

Summary

public Nullable<T> Intersects(ref Ray ray)

Returns

Nullable

Parameters

Summary

public Nullable<T> Intersects(ref Line line)

Returns

Nullable

Parameters

Summary

public PlaneIntersectionType Intersects(ref Plane plane)

Returns

PlaneIntersectionType

Parameters

Clone this wiki locally