File:3D-Link.PNG

From WikiProjectMed
Jump to navigation Jump to search

3D-Link.PNG(600 × 600 pixels, file size: 118 KB, MIME type: image/png)

This file is from a shared repository and may be used by other projects. The description on its file description page there is shown below.

Summary

Description Two curves with linking number 4. L8a14. Created with POV-Ray.
Date 7 September 2007, 06:56 (original upload date)
Source Transferred from en.wikipedia to Commons. by Keyi (talk · contribs).
Author Jim.belk
Permission
(Reusing this file)
This work has been released into the public domain by its author, Jim.belk, at the English Wikipedia project. This applies worldwide.

In case this is not legally possible:
Jim.belk grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

.

Original upload log

Notes

Made with POVRay for Windows, version 3.6.

Source Code

#include "colors.inc"

#declare AxisLength = 3;
#declare FrameWidth = 0.01;

global_settings { assumed_gamma 1.0}
plane { <0,0,1>, -0.5 pigment {color rgb <.9,.9,.9> } finish {ambient 0.4 diffuse 0.5} }
camera { location <0.1,0.5,4.5> sky <0,0,1> right <-1,1,0>/sqrt(2) look_at <0,0,0> }
light_source { <0, -2, 10> color White area_light <1, 0, 0>, <0, 1, 0>, 3, 3 adaptive 1 jitter }

#declare R = 1.5;  // radius to center circle of torus
#declare r = 0.5;  // radius of torus cross-section  
#declare r_tube = 0.1;  // thickness of tube
              
#macro tpoint(theta,phi)
  <(R + r*cos(phi))*cos(theta), (R + r*cos(phi))*sin(theta), r*sin(phi)>
#end

sphere_sweep
  {
  cubic_spline 35,
  #declare Index = 0;
  #while(Index < 35)
    tpoint( (Index-1)*pi/16, (Index-1)*pi/4), r_tube
    #declare Index = Index + 1;
  #end
  finish {phong 1} pigment {color Blue}
  }

sphere_sweep
  {
  cubic_spline 35,
  #declare Index = 0;
  #while(Index < 35)
    tpoint( (Index-1)*pi/16, (Index+3)*pi/4), r_tube
    #declare Index = Index + 1;
  #end
  finish {phong 1} pigment {color Red}
  }

Complied to 600 x 600, with 0.3 anti-aliasing

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

image/png

7e601618eb9bc436b1e703a9a3cc849f401bac9d

121,136 byte

600 pixel

600 pixel

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:06, 5 July 2015Thumbnail for version as of 17:06, 5 July 2015600 × 600 (118 KB)commons>CmdrjamesonCompressed with pngout. Reduced by 46kB (28% decrease).

There are no pages that use this file.