We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Does this project support the conversion from Numpy?
I found an example using the file cube.pwn.
cube.pwn
cgal-swig-bindings/examples/python/Shape_detection_example.py
Line 12 in 6516008
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.
points
from CGAL.CGAL_Point_set_3 import Point_set_3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Does this project support the conversion from Numpy?
I found an example using the file
cube.pwn
.cgal-swig-bindings/examples/python/Shape_detection_example.py
Line 12 in 6516008
How to directly convert the numpy to cgal for use? For example,
Convert
points
tofrom CGAL.CGAL_Point_set_3 import Point_set_3
.The text was updated successfully, but these errors were encountered: