LineCurve3.html 790 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. [page:Curve] &rarr;
  11. <h1>[name]</h1>
  12. <div class="desc">A curve representing a 3d line segment</div>
  13. <h2>Constructor</h2>
  14. <h3>[name]([page:Vector3 v1], [page:Vector3 v2])</h3>
  15. <div>
  16. v1 – The start point<br/>
  17. v2 - The end point
  18. </div>
  19. <h2>Properties</h2>
  20. <h3>[property:Vector3 v1]</h3>
  21. <h3>[property:Vector3 v2]</h3>
  22. <h2>Methods</h2>
  23. <h3>See [page:Curve] for inherited methods</h3>
  24. <h2>Source</h2>
  25. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  26. </body>
  27. </html>