| 1130 | } |
| 1131 | |
| 1132 | void TriDevice::ScreenToProjection( int x, int y, float* fx, float* fy ) |
| 1133 | { |
| 1134 | ScreenToProjection( x, y, fx, fy, &mViewport ); |
| 1135 | } |
| 1136 | |
| 1137 | void TriDevice::ScreenToProjection( int x, int y, float* fx, float* fy, const TriViewport* viewport ) |
| 1138 | { |
no outgoing calls
no test coverage detected