Signature
gleHelicoid(
gleDouble(
rToroid
)
,
gleDouble[3](
up
)
,
gleDouble(
startRadius
)
,
gleDouble(
drdTheta
)
,
gleDouble(
startZ
)
,
gleDouble(
dzdTheta
)
,
gleDouble[2][3](
startXform
)
,
gleDouble[2][3](
dXformdTheta
)
,
gleDouble(
startTheta
)
,
gleDouble(
sweepTheta
)
)-> void
gleHelicoid(
rToroid
,
startRadius
,
drdTheta
,
startZ
,
dzdTheta
,
startXform
,
dXformdTheta
,
startTheta
,
sweepTheta
)
gleHelicoid( gleDouble(rToroid), gleDouble(startRadius), gleDouble(drdTheta), gleDouble(startZ), gleDouble(dzdTheta), arrays.GLdoubleArray(startXform), arrays.GLdoubleArray(dXformdTheta), gleDouble(startTheta), gleDouble(sweepTheta) ) -> None
Parameters
See Also
gleSpiral gleToroidSample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
gleHelicoid