// This file is part of libigl, a simple c++ geometry processing library. // // Copyright (C) 2014 Daniele Panozzo // // This Source Code Form is subject to the terms of the Mozilla Public License // v. 2.0. If a copy of the MPL was not distributed with this file, You can // obtain one at http://mozilla.org/MPL/2.0/. #include "rotate_vectors.h" IGL_INLINE Eigen::MatrixXd igl::rotate_vectors( const Eigen::MatrixXd& V, const Eigen::VectorXd& A, const Eigen::MatrixXd& B1, const Eigen::MatrixXd& B2) { Eigen::MatrixXd RV(V.rows(),V.cols()); for (unsigned i=0; i