MeshLib C Docs
Loading...
Searching...
No Matches
MRImageTransform.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_Image MR_Image; // Defined in `#include <MRCMesh/MRImage.h>`.
10
11
17
18#ifdef __cplusplus
19} // extern "C"
20#endif
MRC_API MR_Image * MR_ImageTransform_rotateClockwise90(const MR_Image *image)
struct MR_Image MR_Image
Definition MRJpeg.h:10
#define MRC_API
Definition exports.h:11