File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -89,4 +89,22 @@ at your preference.
89
89
The [ SPDX] ( https://spdx.dev ) license identifier for this project is ` MIT OR Apache-2.0 ` .
90
90
91
91
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as
92
- defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
92
+ defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
93
+
94
+ ## References
95
+
96
+ ### Combinatorial Maps
97
+
98
+ - Damiand, Guillaume, and Pascal Lienhardt. * Combinatorial Maps: Efficient Data Structures for Computer Graphics and
99
+ Image Processing* . Chapman&Hall/CRC, 2015.
100
+ - Provides an in-depth presentation of the structure and its variants
101
+ - [ Link] ( https://hal.science/hal-01090890v1 )
102
+ - The CGAL Project. * CGAL User and Reference Manual* . CGAL Editorial Board, 5.6.1 edition, 2024.
103
+ - Provides concrete examples as well as code snippets of the CGAL implementation of the structure. The CGAL
104
+ implementation uses a different approach than ours, & support N-dimensionnal map.
105
+ - [ Link] ( https://doc.cgal.org/latest/Combinatorial_map/ )
106
+
107
+ ### Integration
108
+
109
+ - The repository structure and workspace system is heavily inspired by
110
+ the [ wgpu repository] ( https://github.com/gfx-rs/wgpu )
You can’t perform that action at this time.
0 commit comments