Skip to content

Latest commit

 

History

History
executable file
·
29 lines (16 loc) · 822 Bytes

README.md

File metadata and controls

executable file
·
29 lines (16 loc) · 822 Bytes

Curvature

This repository contains a code for computing the mean curvature of a triangular surface mesh. The code uses the cotangent formula described in the journal article: Meyer, Mark, et al. "Discrete differential-geometry operators for triangulated 2-manifolds." Visualization and mathematics 3.2 (2002): 52-58.

Installation

You can grab the sources by cloning this repository or downloading a .zip archive of the sources. In order to build the project, navigate to the created directory and in a command prompt type:

mkdir build

cd build

cmake ..

make

Usage

(in progress)

Authors and contributors

curvature has been initiated by Chiara Nardoni (Université Pierre et Marie Curie).

License

curvature is given under the [terms of the GNU Lesser General Public License] (LICENSE.md).