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

VRageMath.BoundingBoxI.Include

Morten Aune Lyrstad edited this page Feb 3, 2022 · 14 revisions

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