1 | initial version |
yea, AllPoints() will do a deep copy each time it is called, so wasteful.
(though getPoints() will be only called once per reconstruction attempt, so probably not that important (think 80/20))
still, maybe make an issue / pr here ?