| 406 | } |
| 407 | |
| 408 | static float GetSectionCenterY(int i) { |
| 409 | return (float)i * TUNNEL_SECTION_LENGTH; |
| 410 | } |
| 411 | |
| 412 | static float GetSectionEndY(int i) { |
| 413 | return GetSectionCenterY(i) + 0.5f * TUNNEL_SECTION_LENGTH; |
no outgoing calls
no test coverage detected