CurvatureMeasure

Description

Method of computation of the surface curvature.

namespace CurvatureMeasure
{
	enum Type
	{
		Gauss,
		Mean
	};
}