libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedE , typename DerivedP > | |
void | igl::directed_edge_parents (const Eigen::MatrixBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedP > &P) |
Recover "parents" (preceding edges) in a tree given just directed edges. | |