MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / default

Method default

splashsurf_lib/src/marching_cubes.rs:83–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82impl 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
91impl<I: Index> Default for MarchingCubesInput<I> {

Callers

nothing calls this directly

Calls 1

new_mapFunction · 0.85

Tested by

no test coverage detected