MeshLib C Docs
Loading...
Searching...
No Matches
MRMakeRigidXf.h
Go to the documentation of this file.
1#pragma once
2
4#include <MRCMisc/exports.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef struct MR_MeshPart MR_MeshPart; // Defined in `#include <MRCMesh/MRMeshPart.h>`.
11
12
19
24
25#ifdef __cplusplus
26} // extern "C"
27#endif
struct MR_MeshPart MR_MeshPart
Definition MRAABBTree.h:14
MRC_API MR_AffineXf3d MR_makeRigidXf_MR_AffineXf3d(const MR_MeshPart *mp, const MR_AffineXf3d *meshXf)
MRC_API MR_AffineXf3f MR_makeRigidXf_MR_AffineXf3f(const MR_MeshPart *mp, const MR_AffineXf3f *meshXf)
#define MRC_API
Definition exports.h:11
Definition MRAffineXf.h:44
Definition MRAffineXf.h:36