We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5e67d commit d71a078Copy full SHA for d71a078
docs/src/examples/darts.md
@@ -45,7 +45,7 @@ function Ngon(sector::Sector; N=8)
45
end
46
47
function Point3f(p::Meshes.Point)
48
- x, y, z = ustrip(m, [p.coords.x, p.coords.y, p.coords.z])
+ x, y, z = ustrip.(m, [p.coords.x, p.coords.y, p.coords.z])
49
return Point3f(x, y, z)
50
51
0 commit comments