File:Циклоида.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 800 × 155 pixels. Other resolutions: 320 × 62 pixels | 640 × 124 pixels | 1,024 × 198 pixels | 1,280 × 247 pixels | 2,560 × 495 pixels | 880 × 170 pixels.
Original file (SVG file, nominally 880 × 170 pixels, file size: 45 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionЦиклоида.svg |
Русский: Векторизация рисунка «Циклоида», созданного с помощью MetaPost |
Date | |
Source | Циклоида.png |
Author | KleverI |
SVG development InfoField | This vector image was created with MetaPost. |
Source code InfoField | metapost-source code%Рис к задаче 1.5.8 (20x120) - циклоида
beginfig(1) ;
numeric u;u = 0.8mm;
numeric R; R=10u;
path p,cycl;
p:=(-R,0u)..(R,0u)..cycle;
draw p withpen pencircle scaled 0.3u dashed withdots scaled 0.5u;
numeric j,n,v,w,phi,nsteps;
j=0;n=100;v=109.8u;w=-(v/R)*180/3.14;phi=180;nsteps=4;
numeric r,i;
for i:=0 upto 2*nsteps:
r:=R-1/nsteps*R*i;
for j:=0 step n/4 until n:
draw (j*(v/n)+r*cosd(j*(w/n)+phi),r*sind(j*(w/n)+phi))
withpen pencircle scaled 1u;
endfor;
cycl:=for j:=0 upto n:
if j<>0:..fi(j*(v/n)+r*cosd(j*(w/n)+phi),r*sind(j*(w/n)+phi))
endfor;
draw cycl dashed evenly scaled 1/2u
withcolor (max(1-i/nsteps,0)*red+
min(i/nsteps,2-i/nsteps)*green+
max(i/nsteps-1,0)*blue);
endfor;
endfig ;
|
Licensing
[edit]This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 11:11, 13 August 2009 | 880 × 170 (45 KB) | KleverI (talk | contribs) | {{Information |Description={{ru|1=Векторизация рисунка «Циклоида», созданного с помощью MetaPost}} |Source=http://ru.wikipedia.org/wiki/Файл:Циклоида.png |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on ru.wikipedia.org
Hidden categories: