"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "gle-3.1.0/man/gleScrew.man" of archive gle-3.1.0.tar.gz:
Caution: As a special service "SfR Fresh" has tried to format the requested manual source page into HTML format but links to other man pages may be missing or even errorneous.
Alternatively you can here view or download the uninterpreted manual source code.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
Table of Contents
gleScrew - Draws screw-type shapes.
void gleScrew (int ncp,
gleDouble contour[][2],
gleDouble cont_normal[][2],
gleDouble up[3],
gleDouble startz,
gleDouble endz,
gleDouble twist);
- ncp
- number of contour points
- contour
- 2D contour
- cont_normal
- 2D contour
normals
- up
- up vector for contour
- startx
- start of segment
- endz
- end of segment
- twist
- number of rotations
Draws screw-type shapes. Takes a contour,
and extrudes it along the z-axis, from a start z value of startz to an end
z-value of endz. During the extrusion, it will spin the contour along the
contour origin by twist degrees.
gleExtrusion
Linas Vepstas
(linas@linas.org)
Table of Contents