Shape.html 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <script src="../../../list.js"></script>
  6. <script src="../../../page.js"></script>
  7. <link type="text/css" rel="stylesheet" href="../../../page.css" />
  8. </head>
  9. <body>
  10. <h1>[name]</h1>
  11. <div class="desc">Defines a 2d shape plane using paths.</div>
  12. <h2>Constructor</h2>
  13. <h3>[name]()</h3>
  14. <h2>Properties</h2>
  15. <h3>.curves</h3>
  16. <h3>.bends</h3>
  17. <h3>.autoClose</h3>
  18. <h3>.actions</h3>
  19. <h3>.holes</h3>
  20. <h2>Methods</h2>
  21. <h3>.extrude ( options )</h3>
  22. <div>todo</div>
  23. <h3>.makeGeometry ( options )</h3>
  24. <div>todo</div>
  25. <h3>.getPointsHoles ( divisions )</h3>
  26. <div>todo</div>
  27. <h3>.getSpacedPointsHoles ( divisions )</h3>
  28. <div>todo</div>
  29. <h3>.extractAllPoints ( divisions )</h3>
  30. <div>todo</div>
  31. <h3>.extractPoints ( divisions )</h3>
  32. <div>todo</div>
  33. <h3>.extractAllSpacedPoints ( divisions )</h3>
  34. <div>todo</div>
  35. <h2>Source</h2>
  36. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  37. </body>
  38. </html>