MeshLib
 
Loading...
Searching...
No Matches
MRDotNet/MRMeshNormals.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3
5
6public ref class MeshNormals
7{
8public:
13};
14
#define MR_DOTNET_NAMESPACE_BEGIN
Definition MRDotNet/MRMeshFwd.h:42
List< Vector3f^> VertNormals
Definition MRDotNet/MRMeshFwd.h:98
#define MR_DOTNET_NAMESPACE_END
Definition MRDotNet/MRMeshFwd.h:43
List< Vector3f^> FaceNormals
Definition MRDotNet/MRMeshFwd.h:100
Definition MRDotNet/MRMeshNormals.h:7
static VertNormals ComputePerVertNormals(Mesh^ mesh)
returns a list with vertex normals in every element for valid mesh vertices
static FaceNormals ComputePerFaceNormals(Mesh^ mesh)
returns a list with face normals in every element for valid mesh faces
represents a mesh, including topology (connectivity) information and point coordinates,
Definition MRDotNet/MRMesh.h:30