PIKApp/plug-ins/map-object/map-object-apply.h

12 lines
267 B
C
Raw Normal View History

2023-09-26 00:35:21 +02:00
#ifndef __MAPOBJECT_APPLY_H__
#define __MAPOBJECT_APPLY_H__
extern gdouble imat[4][4];
extern gfloat rotmat[16];
2023-10-30 23:55:30 +01:00
void init_compute (void);
void compute_image (void);
void copy_from_config (PikaProcedureConfig *config);
2023-09-26 00:35:21 +02:00
#endif /* __MAPOBJECT_APPLY_H__ */