factory VecVecPoint3f.fromList(List<List<Point3f>> pts) => VecVecPoint3f.generate(pts.length, (i) => pts[i].cvd, dispose: false);