(
out: BoundingRect | NullUndefined, viewCoordSys: View
)
| 348 | } |
| 349 | |
| 350 | export function viewCoordSysCopyViewRect( |
| 351 | out: BoundingRect | NullUndefined, viewCoordSys: View |
| 352 | ): BoundingRect { |
| 353 | return boundingRectCopy(out || boundingRectCreate(), inner(viewCoordSys).viewRect); |
| 354 | } |
| 355 | |
| 356 | /** |
| 357 | * Copy from `ViewInner['trans']`. |
no test coverage detected
searching dependent graphs…