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

VRageMath.BoundingBoxI.Include

Malware edited this page Dec 13, 2025 · 15 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace IndexBoundingBoxI

Summary

public BoundingBoxI Include(ref Vector3I point)

return expanded aabb (abb include point)

Returns

BoundingBoxI

Parameters

Summary

public BoundingBoxI Include(Vector3I point)

Returns

BoundingBoxI

Parameters

Summary

public BoundingBoxI Include(Vector3I p0, Vector3I p1, Vector3I p2)

Returns

BoundingBoxI

Parameters

Summary

public BoundingBoxI Include(ref Vector3I p0, ref Vector3I p1, ref Vector3I p2)

Returns

BoundingBoxI

Parameters

Summary

public BoundingBoxI Include(ref BoundingBoxI box)

return expanded aabb (abb include point)

Returns

BoundingBoxI

Parameters

Summary

public BoundingBoxI Include(BoundingBoxI box)

Returns

BoundingBoxI

Parameters

Clone this wiki locally