Example #1
0
        public double[] ComputeSmoothedCurvature(TriMesh mesh)
        {
            FunctionSmoothedCurvature har = new FunctionSmoothedCurvature();

            double[] function = har.ComputeFunction(mesh);

            return(function);
        }
Example #2
0
        public double[] ComputeSmoothedCurvature(TriMesh mesh)
        {
            FunctionSmoothedCurvature har = new FunctionSmoothedCurvature();
            
            double[] function = har.ComputeFunction(mesh);

            return function;
        }