CylinderGeometry.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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]([page:Float radiusTop], [page:Float radiusBottom], [page:Float height], [page:Integer radiusSegments], [page:Integer heightSegments], [page:Boolean openEnded])</h3>
  14. <div>
  15. radiusTop — Radius of the cylinder at the top.<br />
  16. radiusBottom — Radius of the cylinder at the bottom.<br />
  17. height — Height of the cylinder.<br />
  18. radiusSegments — Number of segmented faces around the circumference of the cylinder.<br />
  19. heightSegments — Number of rows of faces along the height of the cylinder.<br />
  20. openEnded - A Boolean indicating whether or not to cap the ends of the cylinder.
  21. </div>
  22. <h3>[name]()</h3>
  23. <h2>Properties</h2>
  24. <h3>.[page:Vector3 todo]</h3>
  25. <h3>.[page:number radiusSegments]</h3>
  26. <div>
  27. todo
  28. </div>
  29. <h3>.[page:number radiusBottom]</h3>
  30. <div>
  31. todo
  32. </div>
  33. <h3>.[page:boolean openEnded]</h3>
  34. <div>
  35. todo
  36. </div>
  37. <h3>.[page:number heightSegments]</h3>
  38. <div>
  39. todo
  40. </div>
  41. <h3>.[page:number radiusTop]</h3>
  42. <div>
  43. todo
  44. </div>
  45. <h3>.[page:number height]</h3>
  46. <div>
  47. todo
  48. </div>
  49. <h2>Methods</h2>
  50. <h2>Source</h2>
  51. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  52. </body>
  53. </html>