Results 1 comments of Qiuml

for (ssize_t i = 0; i < points_buf.shape[0]; ++i) { Point_3 point(points_ptr[i * 3], points_ptr[i * 3 + 1], points_ptr[i * 3 + 2]); input_range.insert(point, Kernel::Vector_3(normals(i, 0), normals(i, 1), normals(i,...