File:Regular polygon 3 annotated.svg
From Wikimedia Commons, the free media repository
Size of this PNG preview of this SVG file: 503 × 509 pixels. Other resolutions: 237 × 240 pixels | 474 × 480 pixels | 593 × 600 pixels | 759 × 768 pixels | 1,012 × 1,024 pixels.
Original file (SVG file, nominally 503 × 509 pixels, file size: 11 KB)
Summary[edit]
| Description |
English: Equilateral triangle with annotation.
|
| Date | |
| Source | Own work |
| Author | László Németh |
| Other versions |
|
| This image was created with LibreOffice. |
; Created in LibreOffice 4 with this LibreLogo program.
; Usage: Copy it in an English language document in LibO Writer,
; and click on the Start icon of the View»Toolbar»Logo toolbar.
FONTSIZE 22 FONTFAMILY “Nimbus Sans L”
FOR vertices IN [3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20] [
; PICTURE “regular_polygon_%d_annotated.svg” % vertices [ ; from LibO 4.1.1
PICTURE [
HOME CLEARSCREEN HIDETURTLE
FILLCOLOR “WHITE” PENCOLOR “SILVER”
PENDOWN PENSIZE 2 CIRCLE 400
β = 360/vertices
CIRCLE [80 + vertices * 10, 80 + vertices * 10, 0, β]
FONTCOLOR “SILVER”
IF vertices >= 18 [ f = 0.011 ] [ f = 0.013 ]
HEADING β*0.57 PENUP FORWARD (80 + vertices * 10) * (0.23 + (f * vertices))
HEADING 0 LABEL “%d°” % β
HOME HEADING 0 PENDOWN
dots = []
REPEAT vertices [
FORWARD 200
where = POSITION
dots = dots + [where]
BACK 200 RIGHT β
]
HOME
PENSIZE 2 CIRCLE 10
PENCOLOR “BLACK” FONTCOLOR “BLACK”
α = ((vertices-2)/vertices)*180
PENUP FORWARD 200 PENDOWN
CIRCLE [90 + 105/vertices, 90 + 105/vertices, 180 – α/2, 180 + α/2]
PENUP BACK 20 + 70/vertices LABEL “%d°” % α
HOME PENUP PENSIZE 4 PENUP
FOR i IN dots + dots[0:1] [ POSITION i PENDOWN ] PENSIZE 2
FOR i IN dots [ PENUP POSITION i PENDOWN CIRCLE 10 ]
]
]
Licensing[edit]
|
I, the copyright holder of this work, hereby publish it under the following license:
|
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 21:06, 18 July 2013 | 503 × 509 (11 KB) | Nl74 (talk | contribs) | valid SVG | |
| 13:33, 17 July 2013 | 503 × 509 (11 KB) | Nl74 (talk | contribs) | User created page with UploadWizard |
- You cannot overwrite this file.
File usage on Commons
The following 17 pages link to this file:
- File:Regular polygon 10 annotated.svg
- File:Regular polygon 11 annotated.svg
- File:Regular polygon 12 annotated.svg
- File:Regular polygon 13 annotated.svg
- File:Regular polygon 14 annotated.svg
- File:Regular polygon 15 annotated.svg
- File:Regular polygon 16 annotated.svg
- File:Regular polygon 17 annotated.svg
- File:Regular polygon 18 annotated.svg
- File:Regular polygon 19 annotated.svg
- File:Regular polygon 20 annotated.svg
- File:Regular polygon 3 annotated.svg
- File:Regular polygon 4 annotated.svg
- File:Regular polygon 5 annotated.svg
- File:Regular polygon 6 annotated.svg
- File:Regular polygon 7 annotated.svg
- File:Regular polygon 8 annotated.svg
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
- Usage on el.wikipedia.org
- Usage on en.wikipedia.org
- Hexagon
- Regular polygon
- Schläfli symbol
- Rectified 5-cell
- Truncated 5-cell
- Rectified 5-simplexes
- Rectified 5-cubes
- Truncated 6-cubes
- Truncated 6-simplexes
- Rectified 7-simplexes
- Truncated 8-simplexes
- Rectified 7-cubes
- Truncated 8-cubes
- 120-cell honeycomb
- Order-5 5-cell honeycomb
- Template:2-isotopic uniform hypercube polytopes
- Template:Isotopic uniform simplex polytopes
- Cubic honeycomb honeycomb
- Order-4 24-cell honeycomb
- Small stellated 120-cell honeycomb
- Pentagrammic-order 600-cell honeycomb
- Order-5 icosahedral 120-cell honeycomb
- Great 120-cell honeycomb
- User:Tomruen/Rectified 5-simplexes
- User:Tomruen/Rectified 5-cubes
- Regular skew apeirohedron
- 5-orthoplex honeycomb
- 24-cell honeycomb honeycomb
- 16-cell honeycomb honeycomb
- Order-4 24-cell honeycomb honeycomb
- Tesseractic honeycomb honeycomb
- Usage on fa.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on hu.wikipedia.org
- Usage on pt.wikipedia.org
- Usage on test2.wikipedia.org
- Usage on zh.wikipedia.org