Difference between revisions of "Hexagon"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(= Algorithms)
(Algorithms)
 
(One intermediate revision by the same user not shown)
Line 30: Line 30:
  
 
* [http://www.redblobgames.com/grids/hexagons/ Hexagon algorithms]
 
* [http://www.redblobgames.com/grids/hexagons/ Hexagon algorithms]
 +
* [http://devmag.org.za/2013/08/31/geometry-with-hex-coordinates/ Geometry with hex coordinates] @ devmag.org.za
  
 
=== Games ===
 
=== Games ===
Line 38: Line 39:
 
* [https://www.mathsisfun.com/games/hexxagon.html Hexxagon] @ mathsisfun.com
 
* [https://www.mathsisfun.com/games/hexxagon.html Hexxagon] @ mathsisfun.com
 
* [https://open.kattis.com/contests/jdi9g2/problems/hexagon Hexagon game] @ open.kattis.com
 
* [https://open.kattis.com/contests/jdi9g2/problems/hexagon Hexagon game] @ open.kattis.com
 +
* [http://www.h3xed.com/blogmedia/hex1/ H3xed] @ h3xed.com
  
  

Latest revision as of 19:22, 4 May 2016

In geometry, a hexagon (from Greek ἕξ hex, "six" and γωνία, gonía, "corner, angle") is a 6-sided polygon or 6-gon.

Internal angles

The total of the internal angles of any hexagon is 720°.

Hexagon generators

See Hexagon generator.

See also

External links

Algorithms

Games