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

IndexBoundingBoxI

Summary

public public sealed struct BoundingBoxI Include(ref public sealed struct Vector3I point)

return expanded aabb (abb include point)

Returns

Example

Remarks

Summary

public public sealed struct BoundingBoxI Include(public sealed struct Vector3I point)

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

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

return expanded aabb (abb include point)

Returns

Example

Remarks

Summary

public public sealed struct BoundingBoxI Include(public sealed struct BoundingBoxI box)

Returns

Example

Remarks

Clone this wiki locally