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

VRageMath.MyOrientedBoundingBoxD.Intersects

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMyOrientedBoundingBoxD

Summary

public bool Intersects(ref BoundingBox box)

Returns

bool

Summary

public bool Intersects(ref BoundingBoxD box)

Returns

bool

Summary

public bool Intersects(ref MyOrientedBoundingBoxD other)

Returns

bool

Summary

public bool Intersects(BoundingFrustumD frustum)

Returns

bool

Summary

public bool Intersects(ref BoundingSphereD sphere)

Returns

bool

Summary

public Nullable<T> Intersects(ref RayD ray)

Returns

Nullable

Summary

public Nullable<T> Intersects(ref LineD line)

Returns

Nullable

Summary

public PlaneIntersectionType Intersects(ref PlaneD plane)

Returns

PlaneIntersectionType

Clone this wiki locally