libigl v2.5.0
Loading...
Searching...
No Matches
rotate_vectors.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "rotate_vectors.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

Eigen::MatrixXd igl::rotate_vectors (const Eigen::MatrixXd &V, const Eigen::VectorXd &A, const Eigen::MatrixXd &B1, const Eigen::MatrixXd &B2)
 Rotate the vectors V by A radians on the tangent plane spanned by B1 and B2.