Signature
gleToroid(
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
gleToroid(
rToroid
,
startRadius
,
drdTheta
,
startZ
,
dzdTheta
,
startXform
,
dXformdTheta
,
startTheta
,
sweepTheta
)
gleToroid( gleDouble(rToroid), gleDouble(startRadius), gleDouble(drdTheta), gleDouble(startZ), gleDouble(dzdTheta), arrays.GLdoubleArray(startXform), arrays.GLdoubleArray(dXformdTheta), gleDouble(startTheta), gleDouble(sweepTheta) ) -> None