From Wikipedia, the free encyclopedia
Size of this preview: 612 × 599 pixelsFull resolution (627 × 614 pixels, file size: 146 KB, MIME type: image/png)
Description |
A 3D model of a en:C60 molecule, also called a "Buckyball". Created by Michael Ströck (mstroeck) on February 6, 2006 in iMol for Mac OS X and Photoshop CS2. Released under the .
Code for generation of the core coordinates:
d=0.140 %double bond
s=0.146 %single bond = pentagon bond
r=s/2/sin(2*pi/10) %radius of pentagon
phi=(sqrt(5)+1)/2 %golden ratio
p=sqrt(phi^2+1) %Pythagoras. Somehow I need this often
c_c=r*phi+d/2*p %Penta center from icosahedron center distance
rota=[phi 0 1 ; 0 p 0 ; 1 0 -phi ] / p %Rotation from mirror plane to 5 fold axis
figure(1)
plot3(0, 0, 0, '*')
hold on
for i_r3=0:2
trafo_r3=([0 1 2 ; 1 2 0 ; 2 0 1]==ones(3)*i_r3);
for i_m2=-1:2:1 %mirror plane (-1)^i
trafo_m2=trafo_r3*[1 0 0 ; 0 1 0 ; 0 0 i_m2];
for i_m1=-1:2:1 %mirror plane (-1)^i
trafo_m1=trafo_m2*[i_m1 0 0 ; 0 1 0 ; 0 0 1];
for i_p=0:4 %5 fold rotation (i/5*360)
trafo_p=trafo_m1*rota;
v=trafo_p*([-cos(2*pi * (i_p/5))*r ; sin(2*pi * (i_p/5))*r ; c_c ]);
plot3( v(1), v(2), v(3), 'o' , 'markersize' , 30 , 'MarkerFaceColor',trafo_r3(1,:) );
end
end
end
end
|
Source |
Originally from en.wikipedia; description page is/was here.
|
Date |
2006-02-06 (first version); 2006-07-06 (last version)
|
Author |
Original uploader was Mstroeck at en.wikipedia Later versions were uploaded by Bryn C at en.wikipedia.
|
Permission
(Reusing this image) |
Released under the GNU Free Documentation License.
|
[edit] License information
[edit] Original upload log
(All user names refer to en.wikipedia)
- 2006-07-06 16:04 Bryn C 627×614×8 (149402 bytes) A 3D model of a [[C60]] molecule, also called a "Buckyball". Created by Michael Ströck (mstroeck) on February 6, 2006 in iMol for Mac OS X and Photoshop CS2. Released under the {{GFDL}}. :Added transparency. ~~~~
- 2006-02-06 00:20 Mstroeck 672×623×8 (151168 bytes) A 3D model of a [[C60]] molecule, also called a "Buckyball". Created by Michael Ströck (mstroeck) on February 6, 2006 in iMol for Mac OS X and Photoshop CS2. Released under the GFDL.
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment |
current | 21:39, 21 July 2007 | 627×614 (146 KB) | Soroush83 | |
File links
The following file is a duplicate of this file:
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):