PlaneGeometry.html 988 B

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">todo</div>
  12. <h2>Constructor</h2>
  13. <h3>[name]([page:todo width], [page:todo height], [page:todo widthSegments], [page:todo heightSegments])</h3>
  14. <div>
  15. width -- todo <br />
  16. height -- todo <br />
  17. widthSegments -- todo <br />
  18. heightSegments -- todo
  19. </div>
  20. <div>
  21. todo
  22. </div>
  23. <h2>Properties</h2>
  24. <h3>.[page:todo width]</h3>
  25. <div>
  26. todo
  27. </div>
  28. <h3>.[page:number heightSegments]</h3>
  29. <div>
  30. todo
  31. </div>
  32. <h3>.[page:number widthSegments]</h3>
  33. <div>
  34. todo
  35. </div>
  36. <h3>.[page:todo height]</h3>
  37. <div>
  38. todo
  39. </div>
  40. <h2>Methods</h2>
  41. <h2>Source</h2>
  42. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  43. </body>
  44. </html>