Measure tool - bug

This may have been highlighted already, apologies if it has.
It appears that the ‘area’ calculation is double what it should be

I’ll check this - thank you.

The equation to compute the area of a polygon is 1/2 * (a bunch of linear algebra).

Since I was only ever using area to compare shapes against each other, the overall actual scale didn’t matter, so I omitted the 1/2 part to save some computation. I’ve added it back.

This is fixed and in the patch.

Great work Oz, your head must be spinning by now :sweat_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.