示例#1
0
TORUS::TORUS()
{
	InitTorus();
}
示例#2
0
CTorus::CTorus(int iNumT, int iNumS)
{

	InitTorus(iNumT, iNumS);

}