파일:Blue Cinquefoil Knot.png

문서 내용이 다른 언어로는 지원되지 않습니다.
위키백과, 우리 모두의 백과사전.

원본 파일(1,717 × 1,774 픽셀, 파일 크기: 557 KB, MIME 종류: image/png)

 
그림Persistence of Vision(으)로 제작되었습니다.

파일 설명

설명
English: A cinquefoil knot.
날짜
출처 자작
저자 Jim.belk

라이선스

Public domain 나는 이 작품의 저작권자로서, 이 작품을 퍼블릭 도메인으로 모두에게 공개합니다. 이 공개 선언은 전 세계적으로 유효합니다.
만약 저작권의 포기가 법률적으로 가능하지 않은 경우,
나는 이 작품을 법적으로 허용되는 한도 내에서 누구나 자유롭게 어떤 목적으로도 제한없이 사용할 수 있도록 허용합니다.

Source

This image was created using POV-Ray for Windows, version 3.6. The image was rendered to an 1800 x 1800 square, using 0.3 anti-aliasing.

#include "colors.inc"
     
background { color White }

global_settings { assumed_gamma 1.0}

camera
  {
  location <0, 0, -25>
  right <1,0,0> up <0,1,0>
  look_at  <0, 0, 0>
  angle 5
  }


light_source
  {
  <0, 20, -50>
  color White
  area_light <5, 0, 0>, <0, 5, 0>, 10, 10  /* very slow, decrease 10 to 2 for experiments */
  adaptive 3
  }


#declare r_tube = 0.075;  // thickness (radius) of tube
#declare num_steps = 40;  // number of spline points
#declare step_size = 1/num_steps;

sphere_sweep
  {
  cubic_spline num_steps+3,
  #declare N = -1;
  #while(N <= num_steps + 1)
    #declare theta = 2 * pi * N * step_size;
    <0.3*( (7/3)*sin(2*theta)-(2/3)*sin(3*theta) ), 0.3*( (7/3)*cos(2*theta)+(2/3)*cos(3*theta) ), 0.3*sin(5*theta)>, r_tube
    /* uses a hypotrochoid */
    #declare N = N + 1;
  #end
  pigment { color rgb <0,0.25,1> }
  finish          
    {
    ambient 0.15
    diffuse 0.85
    brilliance 2
    phong 0.25
    phong_size 5
    }
  }
              
plane
  {
  <0,0,-1>, -0.375
  pigment { color White }
  finish
    {
    ambient 0.35
    diffuse 0.65
    }
  }

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다

이 파일에 묘사된 항목

다음을 묘사함

fcdbfc5ab91fd4f4f8c4ff41d682a5a8830fda7e

570,737 바이트

1,774 화소

1,717 화소

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2011년 9월 23일 (금) 08:272011년 9월 23일 (금) 08:27 판의 섬네일1,717 × 1,774 (557 KB)AnonMoostrimming margins, increasing PNG compression
2010년 3월 22일 (월) 04:302010년 3월 22일 (월) 04:30 판의 섬네일1,800 × 1,800 (1,009 KB)Jim.belk{{Information |Description={{en|1=A cinquefoil knot.}} |Source={{own}} |Author=Jim.belk |Date=2010-03-21 |Permission= |other_versions= }} Category:Knots (knot theory) Category:Images including source code in their description

다음 문서 2개가 이 파일을 사용하고 있습니다:

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다: