Tach.
Und wieder mal eine Frage über C++ - Delphi- Umsetzung.
Delphi-Quellcode:
typedef struct tCCInfo {
double m[3]; // centre of gravity of colorcluster during calibration
double m2[3]; // offset of CoG after rotation
double U[3][3]; // rotation-matrix for Rodrigues-Formula
double matrixR[9]; // yet another rotation-matrix
double angle; // angle of color-distortion
} tCCInfo;
Wie übersetzt man dette?
Danke!
ps In meiner Delphi - Hilfe steht nichts davon!