-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
It's agreed that we should have
arclength(geom; manifold = discover_manifold(geom), method = nothing) = arclength(method, manifold, geom)and then
arclength(manifold, geom) = arclength(nothing, manifold, geom)
arclength(::Nothing, manifold, geom) = arclength(BEST_METHOD_FOR_MANIFOLD, manifold, geom)then we, or users, define methods for the API
Metadata
Metadata
Assignees
Labels
No labels