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

VRageMath.MyOrientedBoundingBox.Intersects

Morten Aune Lyrstad edited this page Oct 10, 2019 · 17 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 float? Intersects(ref Ray ray)

Returns

float?

Parameters

Summary

public float? Intersects(ref Line line)

Returns

float?

Parameters

Summary

public PlaneIntersectionType Intersects(ref Plane plane)

Returns

PlaneIntersectionType

Parameters

Clone this wiki locally