8#ifndef IGL_QUADRIC_BINARY_PLUS_OPERATOR_H 
    9#define IGL_QUADRIC_BINARY_PLUS_OPERATOR_H 
   24  IGL_INLINE std::tuple< Eigen::MatrixXd, Eigen::RowVectorXd, double> 
 
   26      const std::tuple< Eigen::MatrixXd, Eigen::RowVectorXd, double>  & a, 
 
   27      const std::tuple< Eigen::MatrixXd, Eigen::RowVectorXd, double>  & b);
 
   30#ifndef IGL_STATIC_LIBRARY 
   31#  include "quadric_binary_plus_operator.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
std::tuple< Eigen::MatrixXd, Eigen::RowVectorXd, double > 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.