LineCurve.html 793 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 2d line segment</div>
  13. <h2>Constructor</h2>
  14. <h3>[name]( [page:Vector2 v1], [page:Vector2 v2] )</h3>
  15. <div>
  16. v1 – The start point<br/>
  17. v2 - The end point
  18. </div>
  19. <h2>Properties</h2>
  20. <h3>[property:Vector2 v1]</h3>
  21. <h3>[property:Vector2 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>