Hi! Does this project support the conversion from Numpy?
I found an example using the file cube.pwn.
|
points = Point_set_3(datafile) |
How to directly convert the numpy to cgal for use? For example,
import numpy as np
points = np.random.rand(1000, 3)
Convert points to from CGAL.CGAL_Point_set_3 import Point_set_3.