Files
QDAC-firmware/app/gl_transform_table.h
2024-03-03 16:20:25 +08:00

15 lines
263 B
C

#ifndef TRANSFORM_TABLE_H_
#define TRANSFORM_TABLE_H_
#include "zf_common_headfile.h"
extern const float InverseMapH[120][188] ;
extern const float InverseMapW[120][188] ;
void transform(float X, float Y, int* x, int* y);
#endif /* TRANSFORM_TABLE_H_ */