VRageMath.MyOrientedBoundingBoxD.Intersects - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyOrientedBoundingBoxD
public bool Intersects(ref BoundingBox box)
- BoundingBox box
public bool Intersects(ref BoundingBoxD box)
- BoundingBoxD box
public bool Intersects(ref MyOrientedBoundingBoxD other)
- MyOrientedBoundingBoxD other
public bool Intersects(BoundingFrustumD frustum)
- BoundingFrustumD frustum
public bool Intersects(ref BoundingSphereD sphere)
- BoundingSphereD sphere
public double? Intersects(ref RayD ray)
- RayD ray
public double? Intersects(ref LineD line)
- LineD line
public PlaneIntersectionType Intersects(ref PlaneD plane)
- PlaneD plane