HRBF_Library_Cpp contains C++ code for HRBF library to compute curvatures and derivatives. It is using Eigen library.

PoissonDiscSamplig is code we used for poisson disc sampling of random points.

RBFEstimator is sample use of library. This code cannot be compiled. It is just an example. It uses "CornerTable" class which is simply an accelerate stucture for finding neighbors in triangle mesh or point cloud.