VRageMath.MyOrientedBoundingBox.Intersects - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyOrientedBoundingBox
public bool Intersects(ref BoundingBox box)- BoundingBox box
public bool Intersects(ref MyOrientedBoundingBox other)- MyOrientedBoundingBox other
public bool Intersects(BoundingFrustum frustum)- BoundingFrustum frustum
public bool Intersects(ref BoundingSphere sphere)- BoundingSphere sphere
public float? Intersects(ref Ray ray)- Ray ray
public float? Intersects(ref Line line)- Line line
public PlaneIntersectionType Intersects(ref Plane plane)- Plane plane