MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshCollide.h File Reference
#include "MRMeshFwd.h"
#include "MRMeshPart.h"

Go to the source code of this file.

Functions

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
 

Function Documentation

◆ mrIsInside()

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

Parameters
rigidB2Arigid transformation from B-mesh space to A mesh space, nullptr considered as identity transformation