MeshLib
 
Loading...
Searching...
No Matches
MRPrecisePredicates3.h File Reference
#include "MRMeshFwd.h"

Go to the source code of this file.

Classes

struct  MRCoordinateConverters
 this struct contains coordinate converters float-int-float More...
 

Typedefs

typedef typedefMR_EXTERN_C_BEGIN struct MRConvertToIntVector MRConvertToIntVector
 float-to-int coordinate converter
 
typedef struct MRConvertToFloatVector MRConvertToFloatVector
 int-to-float coordinate converter
 
typedef struct MRCoordinateConverters MRCoordinateConverters
 this struct contains coordinate converters float-int-float
 

Functions

MRMESHC_API void mrConvertToIntVectorFree (MRConvertToIntVector *conv)
 deallocates the ConvertToIntVector object
 
MRMESHC_API void mrConvertToFloatVectorFree (MRConvertToFloatVector *conv)
 deallocates the ConvertToFloatVector object
 

Typedef Documentation

◆ MRConvertToFloatVector

int-to-float coordinate converter

◆ MRConvertToIntVector

typedef typedefMR_EXTERN_C_BEGIN struct MRConvertToIntVector MRConvertToIntVector

float-to-int coordinate converter

◆ MRCoordinateConverters

typedef struct MRCoordinateConverters MRCoordinateConverters

this struct contains coordinate converters float-int-float

Function Documentation

◆ mrConvertToFloatVectorFree()

MRMESHC_API void mrConvertToFloatVectorFree ( MRConvertToFloatVector * conv)

deallocates the ConvertToFloatVector object

◆ mrConvertToIntVectorFree()

MRMESHC_API void mrConvertToIntVectorFree ( MRConvertToIntVector * conv)

deallocates the ConvertToIntVector object