You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some code was duplicated in the process of implementing 2D indices (issue #6).
Much of the code in index.rs (structs and SpatialIndex trait implementations) is already generated by a macro to avoid duplication. However, 2D/3D algorithms in geom.rs have a great deal of similarity and opportunities for improvement still exist.
The text was updated successfully, but these errors were encountered:
Some code was duplicated in the process of implementing 2D indices (issue #6).
Much of the code in
index.rs
(structs andSpatialIndex
trait implementations) is already generated by a macro to avoid duplication. However, 2D/3D algorithms ingeom.rs
have a great deal of similarity and opportunities for improvement still exist.The text was updated successfully, but these errors were encountered: