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

VRageMath.BoundingBox2I.Include

Malware edited this page Dec 24, 2018 · 13 revisions

IndexBoundingBox2I

BoundingBox2I Include(ref Vector2I point)

Summary

return expanded aabb (abb include point)

Returns

BoundingBox2I Include(Vector2I point)

BoundingBox2I Include(Vector2I p0, Vector2I p1, Vector2I p2)

BoundingBox2I Include(ref Vector2I p0, ref Vector2I p1, ref Vector2I p2)

BoundingBox2I Include(ref BoundingBox2I box)

Summary

return expanded aabb (abb include point)

Returns

BoundingBox2I Include(BoundingBox2I box)

Clone this wiki locally