Ask Your Question

Revision history [back]

click to hide/show revision 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 ?