Advertisement
JademusSreg

Minecraft icosahedron world numbers

Dec 26th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. icosahedron {
  2. http://en.wikipedia.org/wiki/Icosahedron
  3.  
  4. km^2 regionEdgeToSurfaceArea (RegionEdge edge) {
  5. return (8.66025404*((edge*512)^2))/1000;
  6. }
  7. RegionEdge surfaceAreaToRegionEdge (km^2 surface) {
  8. return (sqrt((surface*1000)/8.66025404))/512;
  9. }
  10.  
  11. chunk = 256 m^2
  12. region = 262144 m^2
  13. regionedge (re) = 512 m
  14.  
  15. surface(1re) = 2270.234 km^2
  16. surface(2re) = 9080.935 km^2
  17. surface(4re) = 36323.738 km^2
  18. surface(8re) = 145294.953 km^2
  19. surface(16re) = 581179.810 km^2
  20. surface(32re) = 2324719.242 km^2
  21. surface(64re) = 9298876.969 km^2
  22. surface(128re) = 37195507.877 km^2
  23. surface(256re) = 148782031.507 km^2
  24. surface(512re) = 595128126.030 km^2
  25.  
  26. http://en.wikipedia.org/wiki/List_of_Solar_System_objects_by_size
  27.  
  28. * Atlas = 2941.662 km^2 (1.138re)
  29. * Cordelia = 5076.939 km^2 (1.495re)
  30. * Prospero = 7853.982 km^2 (1.860re)
  31. * Nix = 27523.368 km^2 (3.482re)
  32. * Vesta = 867221.447 km^2 (19.545re)
  33. * Orcus = 1274760.909 km^2 (23.696re)
  34. * Sedna = 1935927.933 km^2 (29.202re)
  35. * Ceres = 2850000.000 km^2 (35.431re)
  36. * Oberon = 7285101.534 km^2 (56.648re)
  37. * Pluto = 16650000.000 km^2 (85.639re)
  38. * Eris = 17000000.000 km^2 (86.534re)
  39. * Haumea = 20000000.000 km^2 (93.860re)
  40. * Moon = 37930000.000 km^2 (129.258re)
  41. * Mercury = 74800000.000 km^2 (181.516re)
  42. * Mars = 144798500.000 km^2 (252.550re)
  43. * Venus = 460000000.000 km^2 (450.136re)
  44. * Earth = 510072000.000 km^2 (474.002re)
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement