LineCurve.html 918 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <base href="../../../../" />
  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. <p class="desc">A curve representing a 2d line segment.</p>
  13. <h2>Constructor</h2>
  14. <h3>[name]( [param:Vector2 v1], [param:Vector2 v2] )</h3>
  15. <p>
  16. [page:Vector2 v1] – The start point.<br />
  17. [page:Vector2 v2] - The end point.
  18. </p>
  19. <h2>Properties</h2>
  20. <p>See the base [page:Curve] class for common properties.</p>
  21. <h3>[property:Vector2 v1]</h3>
  22. <p>The start point.</p>
  23. <h3>[property:Vector2 v2]</h3>
  24. <p>The end point</p>
  25. <h2>Methods</h2>
  26. <p>See the base [page:Curve] class for common methods.</p>
  27. <h2>Source</h2>
  28. <p>
  29. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  30. </p>
  31. </body>
  32. </html>