()
| 81 | |
| 82 | impl Default for CellData { |
| 83 | fn default() -> Self { |
| 84 | CellData { |
| 85 | iso_surface_vertices: [None; 12], |
| 86 | corner_above_threshold: [RelativeToThreshold::Indeterminate; 8], |
| 87 | } |
| 88 | } |
| 89 | } |
| 90 | |
| 91 | impl<I: Index> Default for MarchingCubesInput<I> { |