Rev 6065 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6058 | obado | 1 | <div class="wimsbody"> |
33 | reyssat | 2 | <center><h1> |
3 | Il logo di WIMS |
||
4 | </h1> |
||
5 | <p> |
||
17179 | bpr | 6 | <img src="gifs/logo-160.gif" align="middle" alt="logo"> |
33 | reyssat | 7 | </center> |
8 | <p>La curva rappresenta la traccia di un punto su un disco di raggio 1 |
||
9 | che ruota all'interno di un cerchio di raggio 3. La deformazione della curva |
||
17179 | bpr | 10 | rappresenta cosa avviene quando la distanza tra il punto e il centro del disco |
33 | reyssat | 11 | mobile varia da 0 a infinito. |
12 | <p> |
||
13 | Il logo animato è stato creato tramite il modulo |
||
14 | !href module=tool/geometry/animtrace Tracés animés |
||
15 | sotto Wims. |
||
6065 | bpr | 16 | </p> |
33 | reyssat | 17 | <ul> |
6065 | bpr | 18 | <li>Type of plotting: parametric curve in 2D. |
19 | </li><li> |
||
20 | Equations: |
||
21 | <pre> |
||
33 | reyssat | 22 | x=(1-s)*cos(t+pi*s)+s*cos(2*t) |
23 | y=(1-s)*sin(t+pi*s)-s*sin(2*t) |
||
6065 | bpr | 24 | < /pre> |
25 | (dove s è il parametro di deformazione della curva, si veda |
||
17179 | bpr | 26 | la documentazione di |
6065 | bpr | 27 | <span class="wims_emph">Tracés animés</span>.) |
28 | </li><li> |
||
29 | Intervallo di variazione delle variabili: |
||
33 | reyssat | 30 | <pre> |
31 | -1<x<1, -1<y<1, 0<t<2*pi. |
||
32 | </pre> |
||
6065 | bpr | 33 | </li> |
33 | reyssat | 34 | </ul> |
6065 | bpr | 35 | <p> |
33 | reyssat | 36 | È possibile |
37 | !href module=tool/geometry/animtrace&cmd=new&type=parametric2D&x1=(1-s)*cos(t+pi*s)+s*cos(2*t)&y1=(1-s)*sin(t+pi*s)-s*sin(2*t)&tleft=0&tright=2*pi&xleft=-1&xright=1&yleft=-1&yright=1&special_parm=noshow inserire direttamente i parametri |
||
6065 | bpr | 38 | nel menù di <span class="wims_emph">Tracés animés</span> |
33 | reyssat | 39 | per ricostruirla. |
6065 | bpr | 40 | </p> |
41 | <p class="wimstech"> |
||
42 | Date di creazione 27/03/1998, © XIAO, Gang. |
||
43 | </p> |
||
17179 | bpr | 44 | <hr> |
6065 | bpr | 45 | <p class="wimscenter"> |
33 | reyssat | 46 | !href module=home Ritorna a Wims |
6065 | bpr | 47 | </p> |
1161 | bpr | 48 | </div> |