(EVREye eEye,ref float pfLeft,ref float pfRight,ref float pfTop,ref float pfBottom)
| 2228 | return result; |
| 2229 | } |
| 2230 | public void GetProjectionRaw(EVREye eEye,ref float pfLeft,ref float pfRight,ref float pfTop,ref float pfBottom) |
| 2231 | { |
| 2232 | pfLeft = 0; |
| 2233 | pfRight = 0; |
| 2234 | pfTop = 0; |
| 2235 | pfBottom = 0; |
| 2236 | FnTable.GetProjectionRaw(eEye,ref pfLeft,ref pfRight,ref pfTop,ref pfBottom); |
| 2237 | } |
| 2238 | public bool ComputeDistortion(EVREye eEye,float fU,float fV,ref DistortionCoordinates_t pDistortionCoordinates) |
| 2239 | { |
| 2240 | bool result = FnTable.ComputeDistortion(eEye,fU,fV,ref pDistortionCoordinates); |
nothing calls this directly
no outgoing calls
no test coverage detected