"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "gle-3.1.0/man/gleHelicoid.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

Name

gleHelicoid - Generalized torus, spiral with circle contour.

Syntax


void gleHelicoid (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);

Arguments

rToroid
circle contour (torus) radius
startRadius
spiral starts in x-y plane
drdTheta
change in radius per revolution
startZ
starting z value
dzdTheta
change in Z per revolution
startXform
starting contour affine transformation
dXformdTheta
tangent change xform per revolution
startTheta
start angle in x-y plane
sweepTheta
degrees to spiral around

Description

Generalized Torus. Similar to gleSpiral, except contour is a circle. Uses gleSpiral to draw.

See Also

gleSpiral, gleToroid

Author

Linas Vepstas (linas@linas.org)


Table of Contents