Commits on Source (19)
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
blaicheo authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
-
Brandon Lai-Cheong authored
Showing
- .gitignore 0 additions, 1 deletion.gitignore
- .vscode/launch.json 32 additions, 0 deletions.vscode/launch.json
- CMakeLists.txt 15 additions, 15 deletionsCMakeLists.txt
- README.md 23 additions, 1 deletionREADME.md
- include/box.h 17 additions, 4 deletionsinclude/box.h
- include/box_edges.h 9 additions, 0 deletionsinclude/box_edges.h
- include/contourize.h 5 additions, 0 deletionsinclude/contourize.h
- include/convex_triangulation.h 1 addition, 1 deletioninclude/convex_triangulation.h
- include/interpolate_z.h 6 additions, 0 deletionsinclude/interpolate_z.h
- include/orientation.h 4 additions, 2 deletionsinclude/orientation.h
- include/point.h 4 additions, 1 deletioninclude/point.h
- include/quad_tree.h 17 additions, 9 deletionsinclude/quad_tree.h
- include/shift_triangle.h 4 additions, 0 deletionsinclude/shift_triangle.h
- include/triangle.h 9 additions, 5 deletionsinclude/triangle.h
- include/triangle_fragment_id_assigner.h 22 additions, 0 deletionsinclude/triangle_fragment_id_assigner.h
- include/triangulation.h 0 additions, 13 deletionsinclude/triangulation.h
- src/data_structures/box.cpp 34 additions, 7 deletionssrc/data_structures/box.cpp
- src/data_structures/box_edges.cpp 8 additions, 0 deletionssrc/data_structures/box_edges.cpp
- src/data_structures/quad_tree.cpp 118 additions, 46 deletionssrc/data_structures/quad_tree.cpp
- src/debug_utilities/mostly_equal.cpp 5 additions, 4 deletionssrc/debug_utilities/mostly_equal.cpp
.vscode/launch.json
0 → 100644
include/box_edges.h
0 → 100644
include/interpolate_z.h
0 → 100644
include/shift_triangle.h
0 → 100644
include/triangle_fragment_id_assigner.h
0 → 100644
include/triangulation.h
deleted
100644 → 0
src/data_structures/box_edges.cpp
0 → 100644