curve-through-point.html 287 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Making Things Move!</title>
  6. </head>
  7. <style>
  8. </style>
  9. <body>
  10. <canvas width="400" height="400" id="c"></canvas>
  11. <script src="../common/mtm.js"></script>
  12. <script src="curve-through-point.js"></script>
  13. </body>
  14. </html>