Jump to content

File:Flower-of-Life-19circles36arcs-enclosed.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia
    Original file (600 × 600 pixels, file size: 27 KB, MIME type: image/png)
    File:Flower-of-Life-19circles36arcs-enclosed.svg is a vector version of this file. It should be used in place of this PNG file when not inferior.

    File:Flower-of-Life-19circles36arcs-enclosed.png → File:Flower-of-Life-19circles36arcs-enclosed.svg

    For more information, see Help:SVG.

    In other languages
    Alemannisch ∙ العربية ∙ беларуская (тарашкевіца) ∙ български ∙ বাংলা ∙ català ∙ нохчийн ∙ čeština ∙ dansk ∙ Deutsch ∙ Ελληνικά ∙ English ∙ British English ∙ Esperanto ∙ español ∙ eesti ∙ euskara ∙ فارسی ∙ suomi ∙ français ∙ Frysk ∙ galego ∙ Alemannisch ∙ עברית ∙ हिन्दी ∙ hrvatski ∙ magyar ∙ հայերեն ∙ Bahasa Indonesia ∙ Ido ∙ italiano ∙ 日本語 ∙ ქართული ∙ 한국어 ∙ lietuvių ∙ македонски ∙ മലയാളം ∙ Bahasa Melayu ∙ မြန်မာဘာသာ ∙ norsk bokmål ∙ Plattdüütsch ∙ Nederlands ∙ norsk nynorsk ∙ norsk ∙ occitan ∙ polski ∙ prūsiskan ∙ português ∙ português do Brasil ∙ română ∙ русский ∙ sicilianu ∙ Scots ∙ slovenčina ∙ slovenščina ∙ српски / srpski ∙ svenska ∙ தமிழ் ∙ ไทย ∙ Türkçe ∙ татарча / tatarça ∙ українська ∙ vèneto ∙ Tiếng Việt ∙ 中文 ∙ 中文(中国大陆) ∙ 中文(简体) ∙ 中文(繁體) ∙ 中文(马来西亚) ∙ 中文(新加坡) ∙ 中文(臺灣) ∙ +/−
    New SVG image

    Summary

    Most common form of the "Flower of Life" hexagonal pattern (where the center of each circle is on the circumference of six surrounding circles of the same diameter), made up of 19 complete circles and 36 partial circular arcs, enclosed by a large circle. To see a form of the flower of life pattern composed of complete circles only (making clear the way in which the pattern is constructed), view Image:Flower-of-Life-61circles.png . For a large "carpet" of the flower of life pattern, go to Image:Flower-of-Life-91circles36arcs.png .

    For SVG version, see Image:Flower-of-Life-19circles36arcs-enclosed.svg

    Generated by means of the following PostScript code:

    %!
    %%%%%%%%%%%%%%%%
    % PostScript program to display the "flower of life" pattern (i.e.
    % hexagonal pattern of intersecting circles, where the center of
    % each circle is on the circumference of six other circles).
    %%%  Parameters:
    /hexsize 3 def  % number of circles along each side of hexagon
    /diam 78 def    % radius of each circle
    /linew 1.89 def  % thickness of each circle
    %%%  Procedures:
    gsave 306 396   % change to 297 421 to center on A4 size paper
    translate 30 rotate linew setlinewidth/j hexsize 1 sub def j neg 1
    j{/k exch def/y k diam mul .75 sqrt mul def/i j j k abs sub add
    def gsave i 2 div diam mul neg 0 translate 0 1 i{/z exch def z
    diam mul y diam 0 360 arc stroke z 0 ne z i ne and{k j 1 sub eq{z
    diam mul y 2 diam mul .75 sqrt mul add diam 180 360 arc stroke}if
    k j 1 sub neg eq{z diam mul y 2 diam mul .75 sqrt mul sub diam 0
    180 arc stroke}if z 1 eq k 0 ge k j ne and and{z 1.5 sub diam mul
    y .75 sqrt diam mul add diam -120 60 arc stroke}if z 1 eq k 0 le k
    j neg ne and and{z 1.5 sub diam mul y .75 sqrt diam mul sub diam
    -60 120 arc stroke}if z i 1 sub eq k 0 ge k j ne and and{z 1.5 add
    diam mul y .75 sqrt diam mul add diam 120 300 arc stroke}if z i 1
    sub eq k 0 le k j neg ne and and{z 1.5 add diam mul y .75 sqrt
    diam mul sub diam 60 240 arc stroke}if}if z 0 eq k j eq and{z .5
    sub diam mul y .75 sqrt diam mul add diam -120 0 arc stroke}if z i
    eq k j eq and{z .5 add diam mul y .75 sqrt diam mul add diam -180
    -60 arc stroke}if z 0 eq k 0 eq and{z 1 sub diam mul y diam -60 60
    arc stroke}if z i eq k 0 eq and{z 1 add diam mul y diam 120 240
    arc stroke}if z 0 eq k j neg eq and{z .5 sub diam mul y .75 sqrt
    diam mul sub diam 0 120 arc stroke}if z i eq k j neg eq and{z .5
    add diam mul y .75 sqrt diam mul sub diam 60 180 arc stroke}if k j
    eq{z diam mul y diam 3 sqrt mul add diam 240 300 arc stroke}if k j
    neg eq{z diam mul y diam 3 sqrt mul sub diam 60 120 arc stroke}if
    k 0 ge z 0 eq and{z 1.5 sub diam mul y diam .75 sqrt mul add diam
    -60 0 arc stroke}if k 0 le z 0 eq and{z 1.5 sub diam mul y diam
    .75 sqrt mul sub diam 0 60 arc stroke}if k 0 ge z i eq and{z 1.5
    add diam mul y diam .75 sqrt mul add diam 180 240 arc stroke}if k
    0 le z i eq and{z 1.5 add diam mul y diam .75 sqrt mul sub diam
    120 180 arc stroke}if}for grestore}for 0 0 hexsize diam mul 0 360
    arc stroke 0 0 hexsize 3 sqrt 12 div add diam mul 0 360 arc stroke
    grestore showpage
    %EOF

    Licensing

    Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
    In some countries this may not be legally possible; if so:
    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

    27,948 byte

    600 pixel

    600 pixel

    image/png

    92c1c42a36dd308a2d495d03bac081dd385a839b

    File history

    Click on a date/time to view the file as it appeared at that time.

    Date/TimeThumbnailDimensionsUserComment
    current19:03, 13 November 2005Thumbnail for version as of 19:03, 13 November 2005600 × 600 (27 KB)AnonMoosMost common form of the "Flower of Life" hexagonal pattern (where the center of each circle is on the circumference of six surrounding circles of the same diameter), made up of 19 complete circles and 36 partial circular arcs, enclosed by a large circle.
    No pages on the English Wikipedia use this file (pages on other projects are not listed).

    Global file usage

    The following other wikis use this file: