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.
 
 
 
 
 

76 lines
2.1 KiB

<!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">
[link:https://en.wikipedia.org/wiki/Cylindrical_coordinate_system Coordinate cilindriche] di un punto.
</p>
<h2>Costruttore</h2>
<h3>[name]( [param:Float radius], [param:Float theta], [param:Float y] )</h3>
<p>
[page:Float radius] - distanza dall'origine a un punto nel piano x-z.
Il valore predefinito è `1.0`.<br />
[page:Float theta] - angolo in senso antiorario nel piano x-z misurato in radianti dall'asse z positivo.
Il valore predefinito è `0`.<br />
[page:Float y] - altezza sopra il piano x-z. Il valore predefinito è `0`.
</p>
<h2>Proprietà</h2>
<h3>[property:Float radius]</h3>
<h3>[property:Float theta]</h3>
<h3>[property:Float y]</h3>
<h2>Metodi</h2>
<h3>[method:Cylindrical clone]()</h3>
<p>
Restituisce un nuovo cilindro con le stesse proprietà [page:.radius radius], [page:.theta theta]
e [page:.y y] di questo.
</p>
<h3>[method:this copy]( [param:Cylindrical other] )</h3>
<p>
Copia i valori delle proprietà [page:.radius radius], [page:.theta theta]
e [page:.y y] del cilindro passato in questo cilindro.
</p>
<h3>[method:this set]( [param:Float radius], [param:Float theta], [param:Float y] )</h3>
<p>
Imposta i valori delle proprietà [page:.radius radius], [page:.theta theta]
e [page:.y y] di questo cilindro.
</p>
<h3>[method:this setFromVector3]( [param:Vector3 vec3] )</h3>
<p>
Imposta i valori delle proprietà [page:.radius radius], [page:.theta theta]
e [page:.y y] di questo cilindro dal [page:Vector3 Vector3].
</p>
<h3>[method:this setFromCartesianCoords]( [param:Float x], [param:Float y], [param:Float z] )</h3>
<p>
Imposta i valori delle proprietà [page:.radius radius], [page:.theta theta]
e [page:.y y] di questo cilindro dalle coordinate cartesiane.
</p>
<h2>Source</h2>
<p>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</p>
</body>
</html>