#include "MRMeshFwd.h"
#include "MRAffineXf.h"
#include "MRMeshPart.h"
#include "MRMeshTriPoint.h"
#include "MRPointOnFace.h"
Go to the source code of this file.
Classes | |
struct | MRMeshProjectionResult |
struct | MRFindProjectionParameters |
optional parameters for mrFindProjection More... | |
Typedefs | |
typedef MR_EXTERN_C_BEGIN struct MRMeshProjectionResult | MRMeshProjectionResult |
typedef struct MRFindProjectionParameters | MRFindProjectionParameters |
optional parameters for mrFindProjection | |
Functions | |
MRMESHC_API MRFindProjectionParameters | mrFindProjectionParametersNew (void) |
creates a default instance | |
MRMESHC_API MRMeshProjectionResult | mrFindProjection (const MRVector3f *pt, const MRMeshPart *mp, const MRFindProjectionParameters *params) |
computes the closest point on mesh (or its region) to given point | |
typedef struct MRFindProjectionParameters MRFindProjectionParameters |
optional parameters for mrFindProjection
typedef MR_EXTERN_C_BEGIN struct MRMeshProjectionResult MRMeshProjectionResult |
MRMESHC_API MRMeshProjectionResult mrFindProjection | ( | const MRVector3f * | pt, |
const MRMeshPart * | mp, | ||
const MRFindProjectionParameters * | params ) |
computes the closest point on mesh (or its region) to given point
MRMESHC_API MRFindProjectionParameters mrFindProjectionParametersNew | ( | void | ) |
creates a default instance