Difference between revisions of "Manuals/calci/TORUS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''TORUS (Radius,TubeRadius,w1) '''</div><br/> *<math>Radius</math> and <math>TubeRadius</math> are radius value of the circle. ==Description== *T...")
 
Line 10: Line 10:
 
*A torus can be defined parametrically by:
 
*A torus can be defined parametrically by:
 
<math>x(\theta,\phi)=(R+rCos\theta)Cos\phi</math>
 
<math>x(\theta,\phi)=(R+rCos\theta)Cos\phi</math>
 +
<math>y(\theta,\phi)=(R+rCos\theta)Sin\phi</math>
 +
<math>z(\theta,\phi)=r Sin\theta</math>
 
where
 
where
θ, φ are angles which make a full circle, so that their values start and end at the same point,
+
<math>\theta</math>,<math>\phi</math> are angles which make a full circle, so that their values start and end at the same point.
R is the distance from the center of the tube to the center of the torus,
+
*<math>R</math> is the distance from the center of the tube to the center of the torus.
r is the radius of the tube.
+
*<math>r</math> is the radius of the tube.
R is known as the ""major radius"" and r is known as the ""minor radius"".[2] The ratio R divided by r is known as the ""aspect ratio"". The typical doughnut confectionery has an aspect ratio of about 3 to 2"
+
*<math>R</math> is known as the "major radius" and <math>r</math> is known as the "minor radius".
 +
*The ratio R divided by r is known as the aspect ratio.  
 +
*The typical doughnut confectionery has an aspect ratio of about 3 to 2.
 +
 
 +
==Examples==
 +
 
 +
==See Also==
 +
*[[Manuals/calci/FRACTAL | FRACTAL  ]]
 +
*[[Manuals/calci/LISSAJOUS | LISSAJOUS  ]]
 +
*[[Manuals/calci/SURFACEGRAPH| SURFACEGRAPH  ]]
 +
 
 +
==References==
 +
*[https://en.wikipedia.org/wiki/Torus  Torus]
 +
 
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
*[[ Z3 |  Z3 home ]]

Revision as of 13:54, 24 October 2017

TORUS (Radius,TubeRadius,w1)


  • and are radius value of the circle.

Description

  • This function shows the Torus for the given value.
  • In , is the radius value of the bigger circle.
  • is the radius value of the smaller circle.
  • A torus is a surface of revolution generated by revolving a circle in three dimensional space about an axis co planar with the circle. *If the axis of revolution does not touch the circle, the surface has a ring shape and is called a torus of revolution.
  • For example of TORUS are rings, doughnuts, and bagels.
  • A torus can be defined parametrically by:

where , are angles which make a full circle, so that their values start and end at the same point.

  • is the distance from the center of the tube to the center of the torus.
  • is the radius of the tube.
  • is known as the "major radius" and is known as the "minor radius".
  • The ratio R divided by r is known as the aspect ratio.
  • The typical doughnut confectionery has an aspect ratio of about 3 to 2.

Examples

See Also

References