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

VRageMath.BoundingBox.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 IndexBoundingBox

Summary

public BoundingBox Include(ref Vector3 point)

return expanded aabb (aabb include point)

Returns

BoundingBox

Parameters

Summary

public BoundingBox Include(Vector3 point)

Returns

BoundingBox

Parameters

Summary

public BoundingBox Include(Vector3 p0, Vector3 p1, Vector3 p2)

Returns

BoundingBox

Parameters

Summary

public BoundingBox Include(ref Vector3 p0, ref Vector3 p1, ref Vector3 p2)

Returns

BoundingBox

Parameters

Summary

public BoundingBox Include(ref BoundingBox box)

return expanded aabb (aabb include aabb)

Returns

BoundingBox

Parameters

Summary

public BoundingBox Include(BoundingBox box)

Returns

BoundingBox

Parameters

Summary

public void Include(ref Line line)

Parameters

Summary

public BoundingBox Include(BoundingSphere sphere)

Returns

BoundingBox

Parameters

Summary

public BoundingBox Include(ref BoundingSphere sphere)

Returns

BoundingBox

Parameters

Summary

public BoundingBox Include(ref BoundingFrustum frustum)

Returns

BoundingBox

Parameters

Clone this wiki locally