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

IndexBoundingBox

csharp[BoundingBox](VRageMath.BoundingBox) Include(ref [Vector3](VRageMath.Vector3) point)##### Summary

return expanded aabb (aabb include point)

Returns

csharp[BoundingBox](VRageMath.BoundingBox) Include([Vector3](VRageMath.Vector3) point)``````csharp[BoundingBox](VRageMath.BoundingBox) Include([Vector3](VRageMath.Vector3) p0, [Vector3](VRageMath.Vector3) p1, [Vector3](VRageMath.Vector3) p2)``````csharp[BoundingBox](VRageMath.BoundingBox) Include(ref [Vector3](VRageMath.Vector3) p0, ref [Vector3](VRageMath.Vector3) p1, ref [Vector3](VRageMath.Vector3) p2)``````csharp[BoundingBox](VRageMath.BoundingBox) Include(ref [BoundingBox](VRageMath.BoundingBox) box)##### Summary

return expanded aabb (aabb include aabb)

Returns

csharp[BoundingBox](VRageMath.BoundingBox) Include([BoundingBox](VRageMath.BoundingBox) box)``````csharpvoid Include(ref [Line](VRageMath.Line) line)``````csharp[BoundingBox](VRageMath.BoundingBox) Include([BoundingSphere](VRageMath.BoundingSphere) sphere)``````csharp[BoundingBox](VRageMath.BoundingBox) Include(ref [BoundingSphere](VRageMath.BoundingSphere) sphere)``````csharp[BoundingBox](VRageMath.BoundingBox) Include(ref [BoundingFrustum](VRageMath.BoundingFrustum) frustum)

Clone this wiki locally