()
| 3442 | } |
| 3443 | |
| 3444 | getOriginY() { |
| 3445 | const originPoint = this.getOriginPoint(); |
| 3446 | return this.getHeight() * originPoint[1]; |
| 3447 | } |
| 3448 | |
| 3449 | getCenterX() { |
| 3450 | const centerPoint = this.getCenterPoint(); |
nothing calls this directly
no test coverage detected