VRageMath.BoundingBox2.Contains - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingBox2
public ContainmentType Contains(BoundingBox2 box)
Tests whether the BoundingBox2 contains another BoundingBox2.
- BoundingBox2 box
public void Contains(ref BoundingBox2 box, out ContainmentType result)
Tests whether the BoundingBox2 contains a BoundingBox2.
- BoundingBox2 box
- ContainmentType result
public ContainmentType Contains(Vector2 point)
Tests whether the BoundingBox2 contains a point.
- Vector2 point
public void Contains(ref Vector2 point, out ContainmentType result)
Tests whether the BoundingBox2 contains a point.
- Vector2 point
- ContainmentType result