Area transform functions are invoked multiple times
Closed this issue · 0 comments
peterstace commented
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.