파일:Triskele-Symbol-spiral.svg

원본 파일(SVG 파일, 실제 크기 639 × 600 픽셀, 파일 크기: 13 KB)

파일 설명

설명
English: A spiral Triskelion symbol, constructed from mathematical Archimedean spirals.
출처 자작 (SVG version of Image:Triskele-Symbol-spiral.png)
저자 AnonMoos (토론 · 기여)
다른 버전

라이선스

Public domain 나는 이 작품의 저작권자로서, 이 작품을 퍼블릭 도메인으로 모두에게 공개합니다. 이 공개 선언은 전 세계적으로 유효합니다.
만약 저작권의 포기가 법률적으로 가능하지 않은 경우,
나는 이 작품을 법적으로 허용되는 한도 내에서 누구나 자유롭게 어떤 목적으로도 제한없이 사용할 수 있도록 허용합니다.

PS code

Converted from the following PostScript code:

%!
/archimdouble{
%%%%%%%%%%%%%%%%
% PostScript program to display an Archimedean spiral by approximating
% it with Bezier curves.  Can display a double spiral (two spirals
% rotated by 180 degrees with respect to each other).
%%%  Parameters:
                 % centerx = horizontal coordinate of center of spiral
                 % centery = vertical coordinate of center of spiral
                 % rotf = degrees to rotate
/sepwid 110 def  % width separating successive turnings of spiral
                 % (half this if double spiral is selected)
/incrm 15 def    % insert a curve point after this number of degrees
/sweeps 2 def    % number of 360 degree turnings to show
/double 1 def    % change to 0 to display single spiral
%%%  Procedures:
/pi 3.1415926535898 def/radians 57.295779513082 def
/sepwid sepwid pi div 2 div def
gsave centerx centery translate rotf rotate
/aspiral{/prevbezy 0 def 0 0 moveto
    0 incrm sweeps 360 mul{7{dup}repeat
        phase add cos/costh exch def
        phase add sin/sinth exch def
        costh mul radians div/thcosth exch def
        sinth mul radians div/thsinth exch def
        thcosth sepwid mul/x exch def
        thsinth sepwid mul/y exch def
        /slope sinth thcosth add costh thsinth sub div def
        sinth 0 gt sinth 0 eq costh -1 eq and or{/flag -1 def}{/flag 1
            def}ifelse
        /A exch def A 49.29348 lt A 180 gt A 196.273450852 lt and A 360
            gt A 368.8301 lt and A 540 gt A 545.9907 lt and A 720 gt A
            724.5217 lt and A 900 gt A 903.6281968 lt and or or or or
            or{/flag flag neg def}if
        incrm sub 3{dup}repeat phase add cos sepwid mul mul radians div
            /prevx exch def phase add sin sepwid mul mul radians div
            /prevy exch def
        incrm add 3{dup}repeat phase add cos sepwid mul mul radians div
            /nextx exch def phase add sin sepwid mul mul radians div
            /nexty exch def
        /prevdist x prevx sub dup mul y prevy sub dup mul add sqrt pi
            div def
        /nextdist x nextx sub dup mul y nexty sub dup mul add sqrt pi
            div def
        /normaliz slope slope mul 1 add sqrt def
        0 eq{/prevbezx phase cos nextdist mul def}{prevbezx prevbezy
        x 1 flag mul normaliz div prevdist mul sub y slope flag mul
            normaliz div prevdist mul sub
        x y curveto
        /prevbezx x 1 flag mul normaliz div nextdist mul add def
        /prevbezy y slope flag mul normaliz div nextdist mul add def}
        ifelse}
    for stroke}def
/phase 0 def aspiral
%%% If different sweeps parameter for second spiral, define here:
/sweeps 1.67 def
%%%
double 0 ne{/phase 180 def aspiral}if grestore
%%%%%%%%%%%%%%%%
}def
gsave
712 -134 translate -.75 .75 scale -3 rotate
/centerx 304 def/centery 550 def/rotf 0 def archimdouble
/centerx 707.333 def/centery 550 def/rotf 120 def archimdouble
/centerx 505.667 def/centery 899.2967 def/rotf 240 def archimdouble
grestore
showpage
%EOF

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다

이 파일에 묘사된 항목

다음을 묘사함

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2011년 4월 13일 (수) 08:242011년 4월 13일 (수) 08:24 판의 섬네일639 × 600 (13 KB)RudloffWe don't need a white background.
2011년 4월 13일 (수) 08:232011년 4월 13일 (수) 08:23 판의 섬네일639 × 600 (13 KB)RudloffSVG without xmlns attribute is not displayed correctly in some browsers.
2006년 12월 18일 (월) 21:282006년 12월 18일 (월) 21:28 판의 섬네일639 × 600 (13 KB)AnonMoosadding white background
2006년 7월 7일 (금) 15:532006년 7월 7일 (금) 15:53 판의 섬네일639 × 600 (13 KB)AnonMoos== Summary == A spiral Triskelion symbol, constructed from mathematical Archimedean spirals. For a less elaborate version, see Image:Triskele-Symbol-spiral-five-thirds-turns.svg . For a more elaborate spiral triskelion

다음 문서 1개가 이 파일을 사용하고 있습니다:

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다:

이 파일의 더 많은 사용 내역을 봅니다.

메타데이터