(cb?: SeparationFunc)
| 147 | |
| 148 | |
| 149 | export function separation(cb?: SeparationFunc) { |
| 150 | return arguments.length ? cb : defaultSeparation; |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Transform the common coordinate to radial coordinate. |
no outgoing calls
no test coverage detected
searching dependent graphs…