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 | |
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
rigidB2A | rigid transformation from B-mesh space to A mesh space, nullptr considered as identity transformation |