| 154 | |
| 155 | template <class T> |
| 156 | static T |
| 157 | ZToDepth(Frustum<T> &f, long z, long min, long max) |
| 158 | { |
| 159 | MATH_EXC_ON; |
| 160 | return f.ZToDepth(z, min, max); |
| 161 | } |
| 162 | |
| 163 | template <class T> |
| 164 | static T |
nothing calls this directly
no outgoing calls
no test coverage detected