மூலக்கோப்பு(SVG கோப்பு, பெயரளவில் 605 × 597 பிக்சல்கள், கோப்பு அளவு: 3 KB)

இது விக்கிமீடியா பொதுக்கோப்பகத்தில் இருக்கும் ஒரு கோப்பாகும். இக்கோப்பைக் குறித்து அங்கே காணப்படும் படிம விளக்கப் பக்கத்தை இங்கே கீழே காணலாம்.
பொதுக்கோப்பகம் ஒரு கட்டற்ற கோப்புகளின் சேமிப்பகமாகும். நீங்களும் உதவலாம்.

சுருக்கம்

விளக்கம் A Hindu or Indian form of labyrinth with a spiral in its center, sometimes associated with the epic Sanskrit terms "Chakravyuha" or "Padmavyuha". (For an alternate version made from circular arcs and with constant-width paths, see File:Chakravyuha-labyrinth-alternate.svg ; for an outlined version, see File:Chakravyuha.svg .)
நாள்
மூலம்

The overall basic structure of the windings is partially based on a small JPEG image at the http://www.labyrinthos.net/ site, but the geometry and graphic realization is entirely different.

Self-made graphic, created by combining the output of the following two snippets of vector PostScript source code:

%!
300 396 translate 1 setlinecap 1 setlinejoin 10 setlinewidth
/turn1 250.52877936551 def/turn2 -66.4218215218 def -1 1 scale
0 -60 moveto 100 turn2 cos mul 100 turn2 sin mul 40 180 turn2
arc 0 0 140 turn2 turn1 arc
120 turn1 cos mul 120 turn1 sin mul 20 turn1 turn1 180 add arc
0 0 100 turn1 turn2 arcn stroke 0 0 120 turn1 turn2 arcn
100 turn2 cos mul 100 turn2 sin mul 20 turn2 turn2 180 sub arcn
0 0 80 turn2 180 arc -80 -33.137 -44.1826 -60 0 -60 curveto
0 0 60 -90 180 arc -60 -22.0913 -33.137 -40 0 -40 curveto
0 0 40 -90 180 arc -40 -11.0457 -22.0913 -20 0 -20 curveto
0 0 20 -90 180 arc -13.3333 0 -6.6667 0 0 0 curveto stroke
showpage
%EOF

%!
/archim{
%%%%%%%%%%%%%%%%
% PostScript program to display an Archimedean spiral by approximating
% it with Bezier curves.
%%%  Parameters:
                 % centerx = horizontal coordinate of center of spiral
                 % centery = vertical coordinate of center of spiral
                 % rotf = degrees to rotate
/sepwid 20 def   % width separating successive turnings of spiral
                 % incrm = insert a curve point every these degrees
/sweeps swp2 def % number of 360 degree turnings to show
                 % double - 0 to display single spiral, else double
%%%  Procedures:
/pi 3.1415926535898 def/radians 57.295779513082 def
/sepwid sepwid pi div 2 div def
gsave centerx centery translate rotf rotate
/aspiral{/first 1 def
    lower incrm sweeps 360 mul{8{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
        0 eq phase 90 eq phase 270 eq or and{/slope 999999999 def}{/slope
        sinth thcosth add costh thsinth sub div def}ifelse
        sinth 0 gt sinth 0 eq costh -1 eq and or{/flag -1 def}{/flag 1
            def}ifelse
        /A exch def phase 0 eq phase 180 eq or {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}if
            phase 120 eq phase 300 eq or{A 10 lt A 80 gt A 100 lt and
            or{/flag flag neg def}if}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 2.55
            div def
        /nextdist x nextx sub dup mul y nexty sub dup mul add sqrt 2.55
            div def
        /normaliz slope slope mul 1 add sqrt def
        0 eq{0 0 moveto/prevbezx phase cos nextdist mul def/prevbezy
            phase sin nextdist mul def/first 0 def}{first 1 eq{x y
            moveto/first 0 def}{prevbezx prevbezy x 1 flag mul
            normaliz div prevdist mul sub y slope flag mul normaliz
            div prevdist mul sub x y curveto}ifelse
        /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 grestore}def
300 396 translate 10 setlinewidth 1 setlinecap 1 -1 scale
/centerx 0 def/centery 0 def/rotf 0 def
/lower 105 def/swp2 4.17 def/incrm 15 def archim
/lower 1500 def/swp2 4.19 def/incrm 7.3203 def archim
40 95.7183 20 -112.6797047102 67.3202952898 arcn stroke
/lower 2220 def/swp2 6.19 def/incrm 7.3203 def archim
/lower 1920 def/swp2 6.17 def/incrm 15 def archim
/lower 1912.1199 def/swp2 5.34 def/incrm 7.8801 def archim
/lower 1552.1199 def/swp2 4.34 def/incrm 7.8801 def archim
/lower 1560 def/swp2 5.17 def/incrm 15 def archim
/lower 1860 def/swp2 5.19 def/incrm 7.3203 def archim
-40 98.4102 20 -67.880129774128021 112.1198702259 arc stroke
/lower 2272.1199 def/swp2 6.34 def/incrm 7.8801 def archim
/lower 2280 def/swp2 7.17 def/incrm 15 def archim
/lower 2580 def/swp2 7.19 def/incrm 7.3203 def archim
40 95.7183 40  67.3202952898 180 arc 0 65 lineto stroke
showpage
%EOF
ஆசிரியர் AnonMoos
SVG genesis
InfoField
 
The SVG code is valid.
 
This symbol was created with a text editor.

அனுமதி

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
சில நாடுகளில் இது சாத்தியமில்லாது போகலாம். அவ்வாறாயின் :
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts ஆங்கிலம்

checksum ஆங்கிலம்

f0285aab337051fd580b760172ef0b408a65940e

data size ஆங்கிலம்

2,837 பைட்டு

597 படவணு

605 படவணு

கோப்பின் வரலாறு

குறித்த நேரத்தில் இருந்த படிமத்தைப் பார்க்க அந்நேரத்தின் மீது சொடுக்கவும்.

நாள்/நேரம்நகம் அளவு சிறுபடம்அளவுகள்பயனர்கருத்து
தற்போதைய11:26, 21 சூன் 200911:26, 21 சூன் 2009 இலிருந்த பதிப்புக்கான சிறு தோற்றம்605 × 597 (3 KB)AnonMoosimproving appearance by using real spirals
19:16, 18 சூன் 200919:16, 18 சூன் 2009 இலிருந்த பதிப்புக்கான சிறு தோற்றம்610 × 597 (2 KB)AnonMoos== Summary == A Hindu or Indian form of labyrinth with a spiral in its center, sometimes associated with the epic Sanskrit term "Chakravyuha". The overall basic structure of the windings is partially based on a small JPEG image at the http://www.labyrint

பின்வரும் பக்க இணைப்புகள் இப் படிமத்துக்கு இணைக்கபட்டுள்ளது(ளன):

கோப்பின் முழுமையான பயன்பாடு

கீழ்கண்ட மற்ற விக்கிகள் இந்த கோப்பை பயன்படுத்துகின்றன:

மேனிலைத் தரவு

"https://ta.wikipedia.org/wiki/படிமம்:Chakravyuha-labyrinth.svg" இலிருந்து மீள்விக்கப்பட்டது