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

VRageMath.BoundingBoxD.Include

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

IndexNamespace IndexBoundingBoxD

Summary

public BoundingBoxD Include(ref Vector3D point)

return expanded aabb (aabb include point)

Returns

BoundingBoxD

Parameters

Summary

public BoundingBoxD Include(Vector3D point)

Returns

BoundingBoxD

Parameters

Summary

public BoundingBoxD Include(Vector3D p0, Vector3D p1, Vector3D p2)

Returns

BoundingBoxD

Parameters

Summary

public BoundingBoxD Include(ref Vector3D p0, ref Vector3D p1, ref Vector3D p2)

Returns

BoundingBoxD

Parameters

Summary

public BoundingBoxD Include(ref BoundingBoxD box)

return expanded aabb (aabb include aabb)

Returns

BoundingBoxD

Parameters

Summary

public BoundingBoxD Include(BoundingBoxD box)

Returns

BoundingBoxD

Parameters

Summary

public void Include(ref LineD line)

Parameters

Summary

public BoundingBoxD Include(BoundingSphereD sphere)

Returns

BoundingBoxD

Parameters

Summary

public BoundingBoxD Include(ref BoundingSphereD sphere)

Returns

BoundingBoxD

Parameters

Summary

public BoundingBoxD Include(ref BoundingFrustumD frustum)

Returns

BoundingBoxD

Parameters

Clone this wiki locally