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

Summary

public BoundingBox Include(ref Vector3 point)

return expanded aabb (aabb include point)

Returns

Example

Remarks

Summary

public BoundingBox Include(Vector3 point)

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

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

Returns

Example

Remarks

Summary

public BoundingBox Include(ref BoundingBox box)

return expanded aabb (aabb include aabb)

Returns

Example

Remarks

Summary

public BoundingBox Include(BoundingBox box)

Returns

Example

Remarks

Summary

public void Include(ref Line line)

Returns

Example

Remarks

Summary

public BoundingBox Include(BoundingSphere sphere)

Returns

Example

Remarks

Summary

public BoundingBox Include(ref BoundingSphere sphere)

Returns

Example

Remarks

Summary

public BoundingBox Include(ref BoundingFrustum frustum)

Returns

Example

Remarks

Clone this wiki locally