libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<class Row , class Mat > | |
bool | igl::rows_to_matrix (const std::vector< Row > &V, Mat &M) |
Convert a list (std::vector) of row vectors of the same length to a matrix. | |