Home
last modified time | relevance | path

Searched refs:n_simplex (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_vertices.c1451 int *simplex_ids, int n_simplex, int *other_ids, int n_other, in call_on_simplex() argument
1469 simplex->n_vertices = n_simplex + n_other; in call_on_simplex()
1474 for (i = 0; i < n_simplex; ++i) in call_on_simplex()
1477 simplex->ids[n_simplex + i] = other_ids[i]; in call_on_simplex()
1526 int *simplex_ids, int n_simplex, int *other_ids, int n_other, in triangulate() argument
1542 if (n_simplex + n_other == d + 1) in triangulate()
1543 return call_on_simplex(cell, simplex_ids, n_simplex, in triangulate()
1546 simplex_ids[n_simplex] = other_ids[0]; in triangulate()
1568 if (triangulate(cell, v, simplex_ids, n_simplex + 1, in triangulate()