pub fn build_graph_with_progress(
p: &[[Vec3; 3]],
q: &[[Vec3; 3]],
token: Option<&CancelToken>,
progress: Option<&ProgressReporter>,
) -> Option<IntersectionGraph>Expand description
build_graph_with_token that also reports its five phases to
progress (see crate::progress). None is exactly
build_graph_with_token: no counter is touched and no branch is taken
inside any inner loop.