* split up 406; cmake
* split up 716
* rm old file
* 716 changes to main
* 709 split up
* missing include
* special syntax for windows ❄️
* stupid windows struct/class
* split up 805
* split up 610)'
19 lines
390 B
C++
19 lines
390 B
C++
#include <Eigen/Core>
|
|
namespace igl
|
|
{
|
|
template <typename Scalar>
|
|
struct HeatGeodesicsData;
|
|
}
|
|
|
|
bool update(
|
|
const Eigen::MatrixXd & V,
|
|
const Eigen::MatrixXi & F,
|
|
const double t,
|
|
const double x,
|
|
const double y,
|
|
const Eigen::Matrix4f& model,
|
|
const Eigen::Matrix4f& proj,
|
|
const Eigen::Vector4f& viewport,
|
|
const igl::HeatGeodesicsData<double>& data,
|
|
Eigen::VectorXd& D);
|