Extend core mesh API (Mesh
, MeshMut
, ...)
#23
Labels
area:datastructures
Area: mesh datastructures
category:new-feature
Category: New feature
needs:design
Needs: design of some sort
add_face
/add_triangle
add_vertex
remove_face
remove_isolated_vertex
remove_vertex_with_adjacent_faces
(and maybe find a shorter name): this can have a default implementation. This should probably be bounded bySelf: FullAdj
, right?remove_all_faces
/remove_all_vertices
: improve documentation and fix semantics, especially regarding reuse of handlessplit_face
(1-to-n split)flip_edge
split_edge_with_faces
(although: maybe rename)collapse_edge
Ref
)num_*
contains_*
valence_of_*
?is_manifold_vertex
?The text was updated successfully, but these errors were encountered: