| 58 | MAP_FUNCTION_AND_WRAP( "GetBackClip", GetBackClip, "Returns the far-plane z value." ); |
| 59 | |
| 60 | static float GetFieldOfView() |
| 61 | { |
| 62 | return Tr2Renderer::GetFieldOfView(); |
| 63 | } |
| 64 | MAP_FUNCTION_AND_WRAP( "GetFieldOfView", GetFieldOfView, "Returns the field of view on the y-axis, in radians." ); |
| 65 | |
| 66 |
no outgoing calls
no test coverage detected