File: map-object-apply.h

package info (click to toggle)
gimp 2.6.10-1%2Bsqueeze4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 128,948 kB
  • ctags: 55,327
  • sloc: ansic: 635,142; lisp: 10,678; sh: 10,420; makefile: 9,729; python: 3,366; perl: 2,713; xml: 1,152; yacc: 554; lex: 339
file content (10 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
#ifndef __MAPOBJECT_APPLY_H__
#define __MAPOBJECT_APPLY_H__

extern gdouble imat[4][4];
extern gfloat  rotmat[16];

void init_compute  (void);
void compute_image (void);

#endif  /* __MAPOBJECT_APPLY_H__ */