DataUtils.html 1007 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="it">
  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. <h1>[name]</h1>
  11. <p class="desc">
  12. Una classe che contiene funzioni di utilità per i dati.
  13. </p>
  14. <h2>Metodi</h2>
  15. <h3>[method:Number toHalfFloat]( [param:Number val] )</h3>
  16. <p>
  17. val -- Un valore in virgola mobile a precisione singola.<br /><br />
  18. Restituisce un valore in virgola mobile a mezza precisione dal valore in virgola mobile a singola precisione passato.
  19. </p>
  20. <h3>[method:Number fromHalfFloat]( [param:Number val] )</h3>
  21. <p>
  22. val -- Un valore in virgola mobile a mezza precisione.<br /><br />
  23. Restituisce un valore in virgola mobile a singola precisione dal valore in virgola mobile a mezza precisione passato.
  24. </p>
  25. <h2>Source</h2>
  26. <p>
  27. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  28. </p>
  29. </body>
  30. </html>