MeshLib
 
Loading...
Searching...
No Matches
MRMeshC/MRPointOnFace.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include "MRId.h"
5#include "MRVector3.h"
6
8
9// point located on some mesh face
15
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:26
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:27
MR_EXTERN_C_BEGIN struct MRPointOnFace MRPointOnFace
face index
Definition MRMeshC/MRId.h:12
Definition MRMeshC/MRPointOnFace.h:11
MRVector3f point
Definition MRMeshC/MRPointOnFace.h:13
MRFaceId face
Definition MRMeshC/MRPointOnFace.h:12
three-dimensional vector
Definition MRMeshC/MRVector3.h:9