(coordSys: CoordinateSystem | NullUndefined)
| 595 | const tmpViewRectCenter: number[] = []; |
| 596 | |
| 597 | export function isViewCoordSys(coordSys: CoordinateSystem | NullUndefined): coordSys is View { |
| 598 | return coordSys && coordSys.type === 'view'; |
| 599 | } |
| 600 | |
| 601 | /** |
| 602 | * NOTICE: |
no outgoing calls
no test coverage detected
searching dependent graphs…