Dmitry Timoshkov wrote:
"Vitaly Budovski" vbudovski@gmail.com wrote:
+struct tinn +{
- /* Pointer to an element in the list. */
- const RGBQUAD *data;
- /* Distance from the reference element. */
- float distance;
+};
Vitaly, why do you keep resending the same patch which uses float values internally? Again, float neither doesn't allow you to process larger values, nor is acceptable for speed or adds more flexibility.
I actually discussed this with Alexandre on irc and he said that it was okay to leave it like that. Please show me how an unsigned int can represent values greater than 2^32. This is why a float is used.