#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/StdVector>
#include <vector>
#include "directed_edge_orientations.cpp"
Go to the source code of this file.
|
template<typename DerivedC , typename DerivedE > |
void | igl::directed_edge_orientations (const Eigen::MatrixBase< DerivedC > &C, const Eigen::MatrixBase< DerivedE > &E, std::vector< Eigen::Quaterniond, Eigen::aligned_allocator< Eigen::Quaterniond > > &Q) |
| Determine rotations that take each edge from the x-axis to its given rest orientation.
|
|