<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=File%3AHexagon_dhora_changes.JPG</id>
	<title>File:Hexagon dhora changes.JPG - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=File%3AHexagon_dhora_changes.JPG"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Hexagon_dhora_changes.JPG&amp;action=history"/>
	<updated>2026-04-23T09:14:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Hexagon_dhora_changes.JPG&amp;diff=69582&amp;oldid=prev</id>
		<title>Dora: float r, g, b;

void setup(){

size(500,500); background(255);

}

void draw(){

 for(int x=0; x&lt;500; x+=60+60*sin(PI/6)){
 for(int y=0; y&lt;500; y+=60*cos(PI/6)){
 
 drawHexagon(x, y, 30);
 drawHexagon(x+30+30*sin(PI/6), y+30*cos(PI/6), 30);
 }
}
}

void d</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Hexagon_dhora_changes.JPG&amp;diff=69582&amp;oldid=prev"/>
		<updated>2014-11-20T17:09:03Z</updated>

		<summary type="html">&lt;p&gt;float r, g, b;  void setup(){  size(500,500); background(255);  }  void draw(){   for(int x=0; x&amp;lt;500; x+=60+60*sin(PI/6)){  for(int y=0; y&amp;lt;500; y+=60*cos(PI/6)){    drawHexagon(x, y, 30);  drawHexagon(x+30+30*sin(PI/6), y+30*cos(PI/6), 30);  } } }  void d&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Summary ==&lt;br /&gt;
float r, g, b;&lt;br /&gt;
&lt;br /&gt;
void setup(){&lt;br /&gt;
&lt;br /&gt;
size(500,500); background(255);&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void draw(){&lt;br /&gt;
&lt;br /&gt;
 for(int x=0; x&amp;lt;500; x+=60+60*sin(PI/6)){&lt;br /&gt;
 for(int y=0; y&amp;lt;500; y+=60*cos(PI/6)){&lt;br /&gt;
 &lt;br /&gt;
 drawHexagon(x, y, 30);&lt;br /&gt;
 drawHexagon(x+30+30*sin(PI/6), y+30*cos(PI/6), 30);&lt;br /&gt;
 }&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void drawHexagon(float x, float y, float radius) {&lt;br /&gt;
&lt;br /&gt;
 pushMatrix();&lt;br /&gt;
 translate(x, y);&lt;br /&gt;
 beginShape();&lt;br /&gt;
 for (int i = 0; i &amp;lt; 6; i++) {&lt;br /&gt;
   pushMatrix();&lt;br /&gt;
   float angle = PI*i/3;&lt;br /&gt;
   vertex(cos(angle) * radius, sin(angle) * radius);&lt;br /&gt;
   popMatrix();&lt;br /&gt;
 }&lt;br /&gt;
 endShape(CLOSE);&lt;br /&gt;
 popMatrix();&lt;br /&gt;
 &lt;br /&gt;
 fill (mouseX, (mouseX+mouseY), mouseY);&lt;br /&gt;
 ellipse ( x, y, 40, 40 );&lt;br /&gt;
 rect ( x, y, 10, 10 );&lt;br /&gt;
}&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Dora</name></author>
	</entry>
</feed>