Subversion Repositories wimsdev

Rev

Rev 6065 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6058 obado 1
<div class="wimsbody">
6065 bpr 2
<h1>
33 reyssat 3
The logo of WIMS
4
</h1>
5
<p>
17179 bpr 6
<img src="gifs/logo-160.gif" align="middle" alt="logo">
6065 bpr 7
 
33 reyssat 8
<p>The curve represents the trace of a point on a disk of radius 1 rotating
9
inside a fixed circle of radius 3. And the deformation of the curve
10
represents what happens when the distance of the point towards the center of
11
the moving disk varies from 0 to infinity.
6065 bpr 12
 </p><p>
17179 bpr 13
 This animated logo is created by the application
33 reyssat 14
!href module=tool/geometry/animtrace Tracés animés
15
 under Wims.
6065 bpr 16
</p>
33 reyssat 17
<ul>
6065 bpr 18
 <li>
19
Type of plotting: parametric curve in 2D.
20
 </li><li>
21
Equations:
33 reyssat 22
<pre>
23
     x=(1-s)*cos(t+pi*s)+s*cos(2*t)
24
     y=(1-s)*sin(t+pi*s)-s*sin(2*t)
25
</pre>
17179 bpr 26
  (where s is the ``sequentiel parameter'' as defined in
6065 bpr 27
  <span class="wims_emph">Tracés animés</span>.)
28
</li><li>
29
Ranges of variables:
30
<pre>-1&lt;x&lt;1, -1&lt;y&lt;1, 0&lt;t&lt;2*pi.</pre>
31
</li>
33 reyssat 32
</ul>
6065 bpr 33
<p>
33 reyssat 34
You may
35
!href module=tool/geometry/animtrace.en&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 load directly these settings
6065 bpr 36
 into the menu of <span class="wims_emph">Tracés animés</span>
33 reyssat 37
to plot it yourself.
6065 bpr 38
<p class="wimstech">
33 reyssat 39
Date of creation 03-27-1998, &copy; XIAO, Gang.
6065 bpr 40
 </p>
17179 bpr 41
 <hr>
6065 bpr 42
 <p class="wimscenter">
33 reyssat 43
!href module=home Back to wims
6065 bpr 44
 </p>
1161 bpr 45
</div>