Remove distances from the interface
Created by: aprokop
So, computing distances afterwards is actually an issue, as we don't have access to leaf nodes... If one retains the original primitives, or if we provide a function to return leaf nodes view, that's doable.
Other than that, the code is simpler now. I'm making this draft PR so that anybody can follow up on it.
Fix #141 (closed).