| 46 | "The matrix is a 4x4 tuple of floats." ); |
| 47 | |
| 48 | static float GetFrontClip() |
| 49 | { |
| 50 | return Tr2Renderer::GetFrontClip(); |
| 51 | } |
| 52 | MAP_FUNCTION_AND_WRAP( "GetFrontClip", GetFrontClip, "Returns the near-plane z value." ); |
| 53 | |
| 54 | static float GetBackClip() |
no outgoing calls
no test coverage detected