MeshLib
 
Loading...
Searching...
No Matches
MRMeshC/MRMeshTriPoint.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include "MRId.h"
5#include "MRTriPoint.h"
6
8
24
#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 MRMeshTriPoint MRMeshTriPoint
edge index
Definition MRMeshC/MRId.h:8
Definition MRMeshC/MRMeshTriPoint.h:15
MRTriPointf bary
Definition MRMeshC/MRMeshTriPoint.h:22
MREdgeId e
left face of this edge is considered
Definition MRMeshC/MRMeshTriPoint.h:17
encodes a point inside a triangle using barycentric coordinates
Definition MRMeshC/MRTriPoint.h:11