-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate the implementation of the
SpatialJoin
operation into a sep…
…arate class (#1552) This makes the code cleaner by separating the boilerplate required as a subclass of `Operation` from the actual geometric calculations. It also makes the development much more convenient, as changing details in the implementation doesn't require the recompilation of the complete `engine` library.
- Loading branch information
1 parent
4acbca3
commit 91c6184
Showing
9 changed files
with
1,277 additions
and
1,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.