Файл:WedgeSumSpheres.png

Матеріал з Вікіпедії — вільної енциклопедії.
Перейти до навігації Перейти до пошуку

Повна роздільність(1024 × 768 пікселів, розмір файлу: 230 КБ, MIME-тип: image/png)

Wikimedia Commons logo Відомості про цей файл містяться на Вікісховищі — централізованому сховищі вільних файлів мультимедіа для використання у проектах Фонду Вікімедіа.

Опис файлу

Опис
English: A wedge sum of two spheres with a cover appropriate to apply the Mayer-Vietoris sequence to calculate its homology groups.
Час створення
Джерело Own work using POV-Ray and Inkscape. Based on a drawing by User:GeometryGirl (public domain)
Автор RobHar

Data file

The spheres were produced using POV-Ray v3.6 using the following code:

 #include "colors.inc"
 #include "shapes.inc"   
 #include "textures.inc"
 
 camera
 {
        location <0, 0, -2>
        look_at <0, 0, 0>
 }
 
 //Striped textures
 #declare bluestripes = texture
        {
                pigment
                { 
                        gradient y
                        colour_map{[0 rgb <0,0,1>][0.1 rgb <1,1,1>]}
                }
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,45>
        }
        
 #declare redstripes = texture
        {
                pigment
                {
                        gradient y
                        colour_map{[0 rgb <0.8,0,0>][0.1 rgb <1,1,1>]}
                }
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,-45>          
        }
        
 #declare blueredstripes = texture
        {        
                pigment
                {
                        gradient y
                        colour_map{[0 rgb <0.8,0,0>][0.1 rgb <1,1,1>]}
                }                                                    
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,-45>   
        }              
        texture
        {
                pigment
                {
                        gradient y
                        colour_map{[0 rgb <0,0,0.8>][0.1 rgb <1,1,1> filter 1]}
                }
                scale 0.05
                finish { ambient 0.3 }
                rotate <0,0,45>  
        }
 
 //Blue sphere
 object
 {
 sphere
 {
        <-0.5, 0, 0>, 0.5
        texture
        {
                bluestripes
        }
 }
 clipped_by{plane{x,-0.20}}
 }
 
 //Red sphere
 object
 {
 sphere
 {
        <0.5, 0, 0>, 0.5
        texture
        {
                redstripes          
        }
 }
 clipped_by{plane{-x,-0.20}}   
 }
 
 //Middle part
 union
 {
 sphere
 {
        <-0.5, 0, 0>, 0.5
        clipped_by{plane{-x,0.2}}       
 }
 sphere
 {
        <0.5, 0, 0>, 0.5
        clipped_by{plane{x,0.2}}       
 }
 
 texture
 {
        blueredstripes
 }
 }
 
 //Basepoint
 sphere
 {
        <0,0,-0.2> 0.02
        pigment {colour Black}
 }   
 
 //Empty background
 plane
 {
        <0, 1, 0>, -2
        no_image
 }                               
 
 light_source { <0, 1.5, -2> color White}

Ліцензування

Public domain Я, власник авторських прав на цю роботу, передаю роботу в суспільне надбання. Застосовується по всьому світу.
У деяких країнах це не може бути юридично можливо, в такому випадку:
Я даю кожному право на використання цієї роботи для будь-яких цілей, без будь-яких умов, якщо такі умови не вимагаються за законом.

Підписи

Додайте однорядкове пояснення, що саме репрезентує цей файл

Об'єкти, показані на цьому файлі

зображує

Історія файлу

Клацніть на дату/час, щоб переглянути, як тоді виглядав файл.

Дата/часМініатюраРозмір об'єктаКористувачКоментар
поточний00:44, 18 грудня 2008Мініатюра для версії від 00:44, 18 грудня 20081024 × 768 (230 КБ)RobHar{{Information |Description={{en|1=A wedge sum of two spheres with a cover appropriate to apply the Mayer-Vietoris sequence to calculate its homology groups.}} |Source=Own work using POV-Ray and Inkscape |Author=RobHar |Date=2008-12-17 |Per

Такі сторінки використовують цей файл:

Глобальне використання файлу

Цей файл використовують такі інші вікі: