Files
QDAC-firmware/app/gl_transform_table.h

15 lines
261 B
C
Raw Normal View History

#ifndef TRANSFORM_TABLE_H_
#define TRANSFORM_TABLE_H_
#include "zf_common_headfile.h"
2024-03-08 19:58:36 +08:00
extern const float InverseMapH[90][140] ;
extern const float InverseMapW[90][140] ;
void transform(float X, float Y, int* x, int* y);
#endif /* TRANSFORM_TABLE_H_ */