ファイル:WedgeSumSpheres.png

ページのコンテンツが他言語でサポートされていません。

元のファイル(1,024 × 768 ピクセル、ファイルサイズ: 230キロバイト、MIME タイプ: image/png)

概要

解説
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 この著作物の著作権者である私は、この著作物における権利を放棄しパブリックドメインとします。これは全世界で適用されます。
一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。
私は、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的のためにこの著作物を使用する権利を与えます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

17 12 2008

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2008年12月18日 (木) 00:442008年12月18日 (木) 00:44時点における版のサムネイル1,024 × 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

以下のページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています: