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 7744bc2 commit 8b2c2e7Copy full SHA for 8b2c2e7
docs/src/tutorial.md
@@ -38,7 +38,7 @@ using Unitful
38
Here, representing the domain being integrated over, we will define a Bezier
39
curve whose path approximates a sine-wave on the xy-plane.
40
41
-```julia
+```@example tutorial
42
N = 361 # number of control points
43
xs = range(-π, π, length=N) # x will be bounded in [-π, π] meters
44
curve = Meshes.BezierCurve([Point(x * u"m", sin(x) * u"m", 0.0u"m") for x in xs])
0 commit comments