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

VRageMath.BoundingBox.Include

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

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