ファイル:Triskele-hollow-triangle.svg

ページのコンテンツが他言語でサポートされていません。

元のファイル(SVG ファイル、650 × 600 ピクセル、ファイルサイズ: 10キロバイト)

概要

解説

Triple spiral or spiral triskelion symbol with hollow triangle in center. Inspired by various Celtic decorative motifs, but this version is constructed from mathematical Archimedean spirals.


For other versions of the spiral triskelion or triple-spiral symbols, see Image:Triskele-Symbol-spiral-five-thirds-turns.svg , Image:Triple-Spiral-Symbol-filled.svg , Image:Triple-Spiral-Symbol-4turns-filled.svg , Image:Triskele-Symbol-spiral.svg , or Image:Triple-Spiral-Symbol.svg . For "wheeled" forms of the triple-spiral, see Image:Wheeled-Triskelion-basic.svg , Image:Roissy triskelion iron ring signet.png , Image:Triple-spiral-wheeled-simple.svg , or Image:Triskelion-spiral-threespoked-inspiral.svg . For versions of a triple-spiral labyrinth, see Image:Triple-Spiral-labyrinth.svg and Image:Triple-Spiral-labyrinth-variant.svg .
日付
原典

投稿者自身による著作物 -- SVG version of Image:Triskele-hollow-triangle.png .

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
    x y moveto x 1 flag mul normaliz div nextdist mul pi mul const mul add y
    slope flag mul normaliz div nextdist mul pi mul const mul add lineto
    stroke}def
/phase 0 def/const 3 def aspiral
%%% If different sweeps parameter for second spiral, define here:
/sweeps 1.67 def
%%%
double 0 ne{/phase 180 def/const 3.945 def aspiral}if grestore
%%%%%%%%%%%%%%%%
}def
gsave
600 0 translate -.5 .5 scale -3.685 rotate
/centerx 221.5 def/centery 550 def/rotf -39.989 def archimdouble
/centerx 789.833 def/centery 550 def/rotf 80.011 def archimdouble
/centerx 505.667 def/centery 1042.19089 def/rotf 200.011 def archimdouble
grestore .5 setlinewidth
350.167 264.925 moveto
377.085 399.621 lineto
246.976 355.585 lineto
closepath stroke
showpage
%EOF
作者 AnonMoos

ライセンス

Public domain この著作物の著作権者である私は、この著作物における権利を放棄しパブリックドメインとします。これは全世界で適用されます。
一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。
私は、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的のためにこの著作物を使用する権利を与えます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2022年7月31日 (日) 22:582022年7月31日 (日) 22:58時点における版のサムネイル650 × 600 (10キロバイト)Smasongarrisonslimmed down with svgomg // Editing SVG source code using c:User:Rillke/SVGedit.js
2011年8月16日 (火) 23:572011年8月16日 (火) 23:57時点における版のサムネイル650 × 600 (14キロバイト)AnonMoosfurther reducing opaque area, almost entirely contained within frame...
2011年8月16日 (火) 14:102011年8月16日 (火) 14:10時点における版のサムネイル650 × 600 (14キロバイト)AnonMoostransparent center
2011年8月16日 (火) 10:432011年8月16日 (火) 10:43時点における版のサムネイル650 × 600 (14キロバイト)AnonMoossmaller opaque areas...
2011年7月29日 (金) 06:272011年7月29日 (金) 06:27時点における版のサムネイル650 × 600 (13キロバイト)AnonMoosrestrict opacity
2006年12月18日 (月) 12:282006年12月18日 (月) 12:28時点における版のサムネイル650 × 600 (13キロバイト)AnonMoosadding white background
2006年7月7日 (金) 06:532006年7月7日 (金) 06:53時点における版のサムネイル650 × 600 (13キロバイト)AnonMoos== Summary == Triple spiral or spiral triskelion symbol with hollow triangle in center. Inspired by various Celtic decorative motifs, but this version is constructed from mathematical Archimedean spirals. For an alternative artistic depiction, not const

以下のページがこのファイルを使用しています:

グローバルなファイル使用状況

メタデータ