Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.BoundingBox2I.Include

Malware edited this page Dec 25, 2018 · 14 revisions

IndexBoundingBox2I

Summary

public BoundingBox2I Include(ref Vector2I point)

return expanded aabb (abb include point)

Returns

Example

Remarks

Summary

public BoundingBox2I Include(Vector2I point)

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

public BoundingBox2I Include(ref BoundingBox2I box)

return expanded aabb (abb include point)

Returns

Example

Remarks

Summary

public BoundingBox2I Include(BoundingBox2I box)

Returns

Example

Remarks

Clone this wiki locally