CurvePath.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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">todo</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. <h2>Methods</h2>
  19. <h3>.add ( curve )</h3>
  20. <div>todo</div>
  21. <h3>.checkConnection ()</h3>
  22. <div>todo</div>
  23. <h3>.closePath ()</h3>
  24. <div>todo</div>
  25. <h3>.getPoint ( t )</h3>
  26. <div>todo</div>
  27. <h3>.getLength ()</h3>
  28. <div>todo</div>
  29. <h3>.getCurveLengths ()</h3>
  30. <div>todo</div>
  31. <h3>.getBoundingBox ()</h3>
  32. <div>todo</div>
  33. <h3>.createPointsGeometry ( divisions )</h3>
  34. <div>todo</div>
  35. <h3>.createSpacedPointsGeometry ( divisions )</h3>
  36. <div>todo</div>
  37. <h3>.createGeometry ( points )</h3>
  38. <div>todo</div>
  39. <h3>.addWrapPath ( bendpath )</h3>
  40. <div>todo</div>
  41. <h3>.getTransformedPoints ( segments, bends )</h3>
  42. <div>todo</div>
  43. <h3>.getTransformedSpacedPoints ( segments, bends )</h3>
  44. <div>todo</div>
  45. <h3>.getWrapPoints ( oldPts, path )</h3>
  46. <div>todo</div>
  47. <h2>Source</h2>
  48. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  49. </body>
  50. </html>