Skip to content

Remove distances from the interface

Arndt, Daniel requested to merge github/fork/aprokop/remove_distances into master

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).

Merge request reports