gleHelicoid.man
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." GLE Tubing & Extrusions Library Documentation 
  3. ."
  4. .TH gleHelicoid 3GLE "3.6" "GLE" "GLE"
  5. .SH NAME
  6. gleHelicoid - Generalized torus, spiral with circle contour.
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void gleHelicoid (gleDouble rToroid,
  11.                   gleDouble up[3],
  12.                   gleDouble startRadius,
  13.                   gleDouble drdTheta,
  14.                   gleDouble startZ,
  15.                   gleDouble dzdTheta,
  16.                   gleDouble startXform[2][3],
  17.                   gleDouble dXformdTheta[2][3],
  18.                   gleDouble startTheta,
  19.                   gleDouble sweepTheta);
  20. .fi
  21. .SH ARGUMENTS
  22. .IP fIrToroidfP 1i
  23. circle contour (torus) radius
  24. .IP fIstartRadiusfP 1i
  25. spiral starts in x-y plane
  26. .IP fIdrdThetafP 1i
  27. change in radius per revolution
  28. .IP fIstartZfP 1i
  29. starting z value
  30. .IP fIdzdThetafP 1i
  31. change in Z per revolution
  32. .IP fIstartXformfP 1i
  33. starting contour affine transformation
  34. .IP fIdXformdThetafP 1i
  35. tangent change xform per revolution
  36. .IP fIstartThetafP 1i
  37. start angle in x-y plane
  38. .IP fIsweepThetafP 1i
  39. degrees to spiral around
  40. .SH DESCRIPTION
  41. Generalized Torus. Similar to gleSpiral, except contour is a circle.
  42. Uses gleSpiral to draw.
  43. .SH SEE ALSO
  44. gleSpiral, gleToroid
  45. .SH AUTHOR
  46. Linas Vepstas (linas@fc.net)