MR_EXTERN_C_BEGIN MRMESHC_API bool mrIsInside(const MRMeshPart *a, const MRMeshPart *b, const MRAffineXf3f *rigidB2A)
checks that arbitrary mesh part A is inside of closed mesh part B
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:26
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:27
#define MRMESHC_API
Definition MRMeshC/MRMeshFwd.h:19
affine transformation: y = A*x + b, where A in VxV, and b in V
Definition MRMeshC/MRAffineXf.h:10
stores reference on whole mesh (if region is NULL) or on its part (if region pointer is valid)
Definition MRMeshC/MRMeshPart.h:9