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

VRageMath.BoundingBox.Include

Malware edited this page Dec 24, 2018 · 14 revisions

IndexBoundingBox

BoundingBox Include(ref Vector3 point)

Summary

return expanded aabb (aabb include point)

Returns

BoundingBox Include(Vector3 point)

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

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

BoundingBox Include(ref BoundingBox box)

Summary

return expanded aabb (aabb include aabb)

Returns

BoundingBox Include(BoundingBox box)

void Include(ref Line line)

BoundingBox Include(BoundingSphere sphere)

BoundingBox Include(ref BoundingSphere sphere)

BoundingBox Include(ref BoundingFrustum frustum)

Clone this wiki locally