Image:Minkowski.png

From Wikipedia, the free encyclopedia

[edit] Summary

I made this image myself, and I dedicate it to the public domain. Here's the pseudo-code I used to make it. (I also dedicate this pseudo-code to the public domain):

for(p = .25; p < 8; p *= sqrt(2))

  for(t = 0; t < PI / 2; t += .001)
     x = (1/(1+(tan(t)^p)))^(1/p);
     y = x * tan(\theta);
     setPixel(centerX + x, centerY + y);
     setPixel(centerX - x, centerY + y);
     setPixel(centerX - x, centerY - y);
     setPixel(centerX + x, centerY - y);
  centerX += width;


[edit] Licensing

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current03:27, 29 January 20081,665×129 (13 KB)Headlessplatter (Talk | contribs) (I made this image myself, and I dedicate it to the public domain. Here's the pseudo-code I used to make it. (I also dedicate this pseudo-code to the public domain): for(p = .25; p < 8; p *= sqrt(2)) for(t = 0; t < PI / 2; t += .001) x = (1/(1+(t)

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):