File:Permutohedron order 3 in cube, 0-based.png
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this preview: 560 × 599 pixels. Other resolutions: 224 × 240 pixels | 449 × 480 pixels | 928 × 993 pixels.
Original file (928 × 993 pixels, file size: 130 KB, MIME type: image/png)
File information
Structured data
Captions
Summary
[edit]DescriptionPermutohedron order 3 in cube, 0-based.png |
Permutations of {0,1,2} in the permutohedron of order 3 This image was created with POV-Ray. |
||
Date | |||
Source | Own work | ||
Author |
|
||
Other versions |
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
POV-Ray source
[edit]#version 3.6;
global_settings { assumed_gamma 1.0 }
#default{ finish{ ambient 0.1 diffuse 0.9 conserve_energy}}
#include "colors.inc"
////////////////////// camera and light
#declare Camera_Position = <12, 12, -50>;
camera{
location Camera_Position
right x*image_width/image_height
angle 7.5
look_at <-0.05, -0.14, -0.07>
}
light_source{ <-400, 500, -300> color White*0.9 shadowless}
light_source{ Camera_Position color rgb<0.9,0.9,1>*0.1 shadowless}
sky_sphere{ pigment{ White } }
////////////////////// hexagon
#declare HexP0 = <0,1,2>;
#declare HexP1 = <1,0,2>;
#declare HexP2 = <0,2,1>;
#declare HexP3 = <2,0,1>;
#declare HexP4 = <1,2,0>;
#declare HexP5 = <2,1,0>;
#declare Hexagon = union{
union{
sphere{HexP0, 0.1}
sphere{HexP1, 0.1}
sphere{HexP2, 0.1}
sphere{HexP3, 0.1}
sphere{HexP4, 0.1}
sphere{HexP5, 0.1}
cylinder{HexP0, HexP1, 0.03}
cylinder{HexP1, HexP3, 0.03}
cylinder{HexP3, HexP5, 0.03}
cylinder{HexP5, HexP4, 0.03}
cylinder{HexP4, HexP2, 0.03}
cylinder{HexP2, HexP0, 0.03}
pigment{color rgb<0.01,0.01,0.01>}
}
polygon{
6, HexP0, HexP1, HexP3, HexP5, HexP4, HexP2
pigment{color rgbt<0.5,0.5,0.5,0.5>}
}
}
////////////////////// cube
#declare CubeP0 = <0,0,0>;
#declare CubeP1 = <2,0,0>;
#declare CubeP2 = <0,2,0>;
#declare CubeP3 = <2,2,0>;
#declare CubeP4 = <0,0,2>;
#declare CubeP5 = <2,0,2>;
#declare CubeP6 = <0,2,2>;
#declare CubeP7 = <2,2,2>;
#declare Cube = union{
sphere{CubeP0, 0.1}
sphere{CubeP1, 0.1}
sphere{CubeP2, 0.1}
sphere{CubeP3, 0.1}
sphere{CubeP4, 0.1}
sphere{CubeP5, 0.1}
sphere{CubeP6, 0.1}
sphere{CubeP7, 0.1}
cylinder{CubeP0, CubeP1, 0.02}
cylinder{CubeP2, CubeP3, 0.02}
cylinder{CubeP4, CubeP5, 0.02}
cylinder{CubeP6, CubeP7, 0.02}
cylinder{CubeP0, CubeP2, 0.02}
cylinder{CubeP1, CubeP3, 0.02}
cylinder{CubeP4, CubeP6, 0.02}
cylinder{CubeP5, CubeP7, 0.02}
cylinder{CubeP0, CubeP4, 0.02}
cylinder{CubeP1, CubeP5, 0.02}
cylinder{CubeP2, CubeP6, 0.02}
cylinder{CubeP3, CubeP7, 0.02}
pigment{color rgb<0.8,0.8,0.8>}
}
////////////////////// adaptions, e.g. change to right-hand coordinate system
union{
object{Hexagon}
object{Cube}
translate <-1,-1,-1>
scale -1*y
rotate -90*x
scale 2.25
}
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 18:16, 28 May 2017 | 928 × 993 (130 KB) | Watchduck (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following 3 pages use this file:
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Horizontal resolution | 35.43 dpc |
---|---|
Vertical resolution | 35.43 dpc |
Software used |