peterstace/simplefeatures

Area transform functions are invoked multiple times

Closed this issue · 0 comments

In the signedAreaOfLinearRing function, the transform function is evaluated twice per control point. An obvious performance improvement would be to evaluate only once per control point.