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 25, 2018 · 13 revisions

IndexNamespace IndexBoundingBox2I

Summary

public BoundingBox2I Include(ref Vector2I point)

return expanded aabb (abb include point)

Returns

BoundingBox2I

Parameters

Summary

public BoundingBox2I Include(Vector2I point)

Returns

BoundingBox2I

Parameters

Summary

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

Returns

BoundingBox2I

Parameters

Summary

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

Returns

BoundingBox2I

Parameters

Summary

public BoundingBox2I Include(ref BoundingBox2I box)

return expanded aabb (abb include point)

Returns

BoundingBox2I

Parameters

Summary

public BoundingBox2I Include(BoundingBox2I box)

Returns

BoundingBox2I

Parameters

Clone this wiki locally