↓ 8 callersFunctioninsert_into_triangle(
dcel: &mut Dcel<V, DE, UE, F>,
v: FixedVertexHandle,
f0: FixedFaceHandle<InnerTag>,
)
src/delaunay_core/dcel_operations.rs:870
↓ 6 callersFunctioncreate_single_face_between_edge_and_next(
dcel: &mut Dcel<V, DE, UE, F>,
edge: FixedDirectedEdgeHandle,
)
src/delaunay_core/dcel_operations.rs:215
↓ 6 callersFunctionsetup_initial_two_vertices(
dcel: &mut Dcel<V, DE, UE, F>,
first_vertex: FixedVertexHandle,
second_vertex: FixedVertexHandle
src/delaunay_core/dcel_operations.rs:839
↓ 4 callersFunctioncalculate_outer_faces(
triangulation: &ConstrainedDelaunayTriangulation<V, DE, UE, F, L>,
)
src/delaunay_core/refinement.rs:962
↓ 4 callersFunctionsplit_edge_when_all_vertices_on_line(
dcel: &mut Dcel<V, DE, UE, F>,
edge: FixedDirectedEdgeHandle,
new_vertex_handle: FixedVertexHand
src/delaunay_core/dcel_operations.rs:451
↓ 3 callersFunctioncreate_new_face_adjacent_to_edge(
dcel: &mut Dcel<V, DE, UE, F>,
edge: FixedDirectedEdgeHandle,
new_vertex_handle: FixedVertexHand
src/delaunay_core/dcel_operations.rs:297