theta              27 src/mesh/CylinderMesh.cpp     float theta;
theta              47 src/mesh/CylinderMesh.cpp         theta = i * theta_delta;
theta              48 src/mesh/CylinderMesh.cpp         x = cos(theta);
theta              49 src/mesh/CylinderMesh.cpp         y = sin(theta);