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

Method cells

splashsurf_lib/src/mesh.rs:545–547  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

543 }
544
545 fn cells(&self) -> &[TriangleCell] {
546 self.triangle_cells()
547 }
548
549 fn from_vertices_and_connectivity(
550 vertices: Vec<Vector3<R>>,

Callers 9

par_clamp_with_aabbMethod · 0.80
vertex_keep_tableFunction · 0.80
keep_cells_implFunction · 0.80
mesh_to_objFunction · 0.80
mesh_to_plyFunction · 0.80
trianglesMethod · 0.80

Calls 1

triangle_cellsMethod · 0.80

Tested by

no test coverage detected