File:Hexagonal tiling.svg

Summary

Description
English: A regular hexagonal tiling of the Euclidean plane
Date
Source Own work
Author László Németh
SVG development
InfoField
Source code
InfoField

LibreOffice code

; Created in LibreOffice 4 with the following 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.
 TO hexagon
 	REPEAT 6 [ FORWARD 25 RIGHT 60 ]
 END
 
 PENJOINT MITER
 HIDETURTLE
 FILLCOLOR WHITE
 PENSIZE 2
 RIGHT 90
 
 ; PICTURE hexagon.svg [    ; from LibO 4.1.1
 PICTURE [
 REPEAT 5 [
 	REPEAT 2 [
 		REPEAT 3 [ hexagon PENUP FORWARD 75 PENDOWN ]
 		RIGHT 120 PENUP FORWARD 25 RIGHT 60 PENDOWN
 	]
 	PENUP  LEFT 120 FORWARD 25 RIGHT 60 FORWARD 25 RIGHT 60 PENDOWN
 ] FILL
 ]

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Hexagonal%20tiling.svg
Category:Self-published work Category:Images with LibreLogo source code Category:Order-3 hexagonal tiling
Category:CC-Zero Category:Images with LibreLogo source code Category:Order-3 hexagonal tiling Category:Self-published work Category:Valid SVG created with OpenOffice.org