ArcCurve.html 778 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <base href="../../../../" />
  6. <script src="list.js"></script>
  7. <script src="page.js"></script>
  8. <link type="text/css" rel="stylesheet" href="page.css" />
  9. </head>
  10. <body>
  11. [page:EllipseCurve] &rarr;
  12. <h1>[name]</h1>
  13. <p class="desc">Alias for [page:EllipseCurve]</p>
  14. <h2>Properties</h2>
  15. <p>See the [page:EllipseCurve] class for common properties.</p>
  16. <h3>[property:Boolean isArcCurve]</h3>
  17. <p>
  18. Used to check whether this or derived classes are ArcCurves. Default is *true*.<br /><br />
  19. You should not change this, as it used internally for optimisation.
  20. </p>
  21. <h2>Source</h2>
  22. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  23. </body>
  24. </html>