(a, b)
| 179 | } |
| 180 | |
| 181 | function getBetween(a, b) { |
| 182 | return [ |
| 183 | 0.5 * (a[0] + b[0]), |
| 184 | 0.5 * (a[1] + b[1]) |
| 185 | ]; |
| 186 | } |
| 187 | |
| 188 | function setCoords(cd) { |
| 189 | if(!cd.length) return; |
no outgoing calls
no test coverage detected
searching dependent graphs…