libigl v2.5.0
|
#include "igl_inline.h"
#include <Eigen/Core>
#include <tuple>
#include "quadric_binary_plus_operator.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
std::tuple< Eigen::MatrixXd, Eigen::RowVectorXd, double > | igl::operator+ (const std::tuple< Eigen::MatrixXd, Eigen::RowVectorXd, double > &a, const std::tuple< Eigen::MatrixXd, Eigen::RowVectorXd, double > &b) |
A binary addition operator for Quadric tuples compatible with qslim, computing c = a+b. | |