Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
vertex_vertex_connectivity
Method · 0.80
vertex_cell_connectivity
Method · 0.80
par_clamp_with_aabb
Method · 0.80
vertex_keep_table
Function · 0.80
keep_cells_impl
Function · 0.80
mesh_to_unstructured_grid
Function · 0.80
mesh_to_obj
Function · 0.80
mesh_to_ply
Function · 0.80
triangles
Method · 0.80
Calls
1
triangle_cells
Method · 0.80
Tested by
no test coverage detected