(self, miscParams, src, tgt)
| 31 | _baseResolution = 500 |
| 32 | |
| 33 | def _getCommonData(self, miscParams, src, tgt): |
| 34 | return { |
| 35 | 'subwarpSpeed': self.graph._subspeedCache.getSubwarpSpeed(src), |
| 36 | 'warpSpeed': src.item.warpSpeed} |
| 37 | |
| 38 | def _calculatePoint(self, x, miscParams, src, tgt, commonData): |
| 39 | distance = x |
nothing calls this directly
no test coverage detected