libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename Scalar > | |
Eigen::Matrix< Scalar, 3, 3 > | igl::rotation_matrix_from_directions (const Eigen::Matrix< Scalar, 3, 1 > v0, const Eigen::Matrix< Scalar, 3, 1 > v1) |
Given 2 vectors centered on origin calculate the rotation matrix from first to the second. | |