-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7acf920
commit bf7e57f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule shared
updated
12 files
+32 −0 | .github/workflows/buildTest.yml | |
+0 −20 | .travis.yml | |
+2 −1 | CMakeLists.txt | |
+1 −1 | README.md | |
+1 −1 | math/line2d.h | |
+2 −1 | math/math_util.h | |
+92 −0 | tests/util/kdtree_tests.cc | |
+1 −1 | util/helpers.h | |
+322 −0 | util/kdtree.h | |
+6 −4 | util/random.h | |
+33 −0 | util/timer.cc | |
+60 −0 | util/timer.h |