Functions | |
template<int N, bool A, typename T , typename V , typename IS > | |
void | IndSimpSet::subdivide (const IndSimpSet< N, 1, A, T, V, IS > &in, IndSimpSet< N, 1, true, T, V, IS > *out) |
Subdivide by splitting each simplex in half. | |
template<int N, bool A, typename T , typename V , typename IS > | |
void | IndSimpSet::subdivide (const IndSimpSetIncAdj< N, 2, A, T, V, IS > &in, IndSimpSet< N, 2, true, T, V, IS > *out) |
Subdivide by splitting each simplex into four similar simplices. |
void subdivide | ( | const IndSimpSetIncAdj< N, 2, A, T, V, IS > & | in, | |
IndSimpSet< N, 2, true, T, V, IS > * | out | |||
) | [related, inherited] |
Subdivide by splitting each simplex into four similar simplices.
void subdivide | ( | const IndSimpSet< N, 1, A, T, V, IS > & | in, | |
IndSimpSet< N, 1, true, T, V, IS > * | out | |||
) | [related, inherited] |
Subdivide by splitting each simplex in half.