meshmash / Plankton

A C# half-edge mesh data structure, and components for using this in Grasshopper/Rhino
http://meshmash.github.io/Plankton
GNU Lesser General Public License v3.0
216 stars 66 forks source link

Curvature operators #34

Open riclamagna opened 8 years ago

riclamagna commented 8 years ago

Added methods to compute the discrete mean curvature normal, Gaussian curvature and principal curvature directions. Added classes for the solution of linear systems of equations and eigenvalues/eigenvectors calculation.

pearswj commented 8 years ago

Thanks Riccardo. Your contribution is most welcome! We'll take a look this week :)

riclamagna commented 8 years ago

Will, my pleasure. Do let me know if anything is unclear. Some bits of code are uncommented and might be difficult to interpret. Best, r

On 14 February 2016 at 20:04, Will Pearson notifications@github.com wrote:

Thanks Riccardo. Your contribution is most welcome! We'll take a look this week :)

— Reply to this email directly or view it on GitHub https://github.com/meshmash/Plankton/pull/34#issuecomment-183952336.

pearswj commented 8 years ago

@riclamagna: Sorry it's taken me so long to get back to you. Unfortunately, your code doesn't compile on my machine. Please check the ci log and add another commit to this branch. On first glance you've forgotten to check in the csproj file after adding PlanktonMath.cs.