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

IndexBoundingBox2I

Summary

public public sealed struct BoundingBox2I Include(ref public sealed struct Vector2I point)

return expanded aabb (abb include point)

Returns

Example

Remarks

Summary

public public sealed struct BoundingBox2I Include(public sealed struct Vector2I point)

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

public public sealed struct BoundingBox2I Include(ref public sealed struct BoundingBox2I box)

return expanded aabb (abb include point)

Returns

Example

Remarks

Summary

public public sealed struct BoundingBox2I Include(public sealed struct BoundingBox2I box)

Returns

Example

Remarks

Clone this wiki locally