gleToroid.man
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
- ."
- ." GLE Tubing & Extrusions Library Documentation
- ."
- .TH gleToroid 3GLE "3.6" "GLE" "GLE"
- .SH NAME
- gleToroid - Generalized torus, lathe with circle contour.
- .SH SYNTAX
- .nf
- .LP
- void gleToroid (gleDouble rToroid,
- gleDouble up[3],
- gleDouble startRadius,
- gleDouble drdTheta,
- gleDouble startZ,
- gleDouble dzdTheta,
- gleDouble startXform[2][3],
- gleDouble dXformdTheta[2][3],
- gleDouble startTheta,
- gleDouble sweepTheta);
- .fi
- .SH ARGUMENTS
- .IP fIrToroidfP 1i
- circle contour (torus) radius
- .IP fIstartRadiusfP 1i
- spiral starts in x-y plane
- .IP fIdrdThetafP 1i
- change in radius per revolution
- .IP fIstartZfP 1i
- starting z value
- .IP fIdzdThetafP 1i
- change in Z per revolution
- .IP fIstartXformfP 1i
- starting contour affine transformation
- .IP fIdXformdThetafP 1i
- tangent change xform per revolution
- .IP fIstartThetafP 1i
- start angle in x-y plane
- .IP fIsweepThetafP 1i
- degrees to spiral around
- .SH DESCRIPTION
-
- Generalized Torus. Similar to gleLathe, except contour is a circle.
- Uses gleLathe to draw.
-
- .SH SEE ALSO
- gleSpiral, gleHelicoid
- .SH AUTHOR
- Linas Vepstas (linas@fc.net)