Bounds. Function.combine
sprotty-protocol / Bounds / combine
combine(
b0
,b1
):Bounds
Defined in: utils/geometry.ts:255
Combines the bounds of two objects into one, so that the new bounds are the minimum bounds that covers both of the original bounds.
First bounds object
Second bounds object
The combined bounds