You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1007 B
38 lines
1007 B
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<base href="../../../" />
|
|
<script src="page.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="page.css" />
|
|
</head>
|
|
<body>
|
|
<h1>[name]</h1>
|
|
|
|
<p class="desc">
|
|
Una classe che contiene funzioni di utilità per i dati.
|
|
</p>
|
|
|
|
<h2>Metodi</h2>
|
|
|
|
<h3>[method:Number toHalfFloat]( [param:Number val] )</h3>
|
|
<p>
|
|
val -- Un valore in virgola mobile a precisione singola.<br /><br />
|
|
|
|
Restituisce un valore in virgola mobile a mezza precisione dal valore in virgola mobile a singola precisione passato.
|
|
</p>
|
|
|
|
<h3>[method:Number fromHalfFloat]( [param:Number val] )</h3>
|
|
<p>
|
|
val -- Un valore in virgola mobile a mezza precisione.<br /><br />
|
|
|
|
Restituisce un valore in virgola mobile a singola precisione dal valore in virgola mobile a mezza precisione passato.
|
|
</p>
|
|
|
|
<h2>Source</h2>
|
|
|
|
<p>
|
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|