|
libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | igl |
Functions | |
| template<class M > | |
| void | igl::intersect (const M &A, const M &B, M &C) |
| Determine the intersect between two sets of coefficients using ==. | |
| template<class M > | |
| M | igl::intersect (const M &A, const M &B) |
| overload | |