We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9199832 commit bc16eceCopy full SHA for bc16ece
1 file changed
example/fileio.jl
@@ -0,0 +1,5 @@
1
+using FastPointQuery
2
+
3
+points = rand(2, 100)
4
+saveply(points, joinpath(@__DIR__, "pointcloud.ply"))
5
+readply(joinpath(@__DIR__, "pointcloud.ply"), xy=true)
0 commit comments