libigl v2.5.0
Loading...
Searching...
No Matches
rows_to_matrix.h File Reference
#include "igl_inline.h"
#include <vector>
#include "rows_to_matrix.cpp"

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.