diff options
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/bezier.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/bezier.asy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/bezier.asy b/Master/texmf-dist/doc/asymptote/examples/bezier.asy new file mode 100644 index 00000000000..1c168042c05 --- /dev/null +++ b/Master/texmf-dist/doc/asymptote/examples/bezier.asy @@ -0,0 +1 @@ +label("$(1-t)^3z_0+3t(1-t)^2c_0+3t^2(1-t)c_1+t^3z_1\qquad 0\le t\le 1$.",(0,0)); |