libigl v2.5.0
Loading...
Searching...
No Matches
directed_edge_orientations.h File Reference
#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.

Namespaces

namespace  igl
 

Functions

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.