MeshLib
 
Loading...
Searching...
No Matches
MRVertexAttributeGradient.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3
4namespace MR
5{
6
8MRMESH_API Vector<Vector3f, VertId> vertexAttributeGradient( const Mesh& mesh, const VertScalars& vertexAttribute );
9
10}
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
std::vector<T>-like container that requires specific indexing type,
Definition MRMesh/MRVector.h:19
Definition MRCameraOrientationPlugin.h:7
MRMESH_API Vector< Vector3f, VertId > vertexAttributeGradient(const Mesh &mesh, const VertScalars &vertexAttribute)
Calculates gradient for each vertex in mesh, based on vertexAttribute.
Definition MRMesh/MRMesh.h:23