(EVREye eEye,EVRDistortionChannel eChannel,bool bAsNormalizedDeviceCoordinates,uint nNumCoordinates,ref DistortionCoordinate_t pInput,ref DistortionCoordinate_t pOutput)
| 2241 | return result; |
| 2242 | } |
| 2243 | public bool ComputeDistortionSet(EVREye eEye,EVRDistortionChannel eChannel,bool bAsNormalizedDeviceCoordinates,uint nNumCoordinates,ref DistortionCoordinate_t pInput,ref DistortionCoordinate_t pOutput) |
| 2244 | { |
| 2245 | bool result = FnTable.ComputeDistortionSet(eEye,eChannel,bAsNormalizedDeviceCoordinates,nNumCoordinates,ref pInput,ref pOutput); |
| 2246 | return result; |
| 2247 | } |
| 2248 | public HmdMatrix34_t GetEyeToHeadTransform(EVREye eEye) |
| 2249 | { |
| 2250 | HmdMatrix34_t result = FnTable.GetEyeToHeadTransform(eEye); |
nothing calls this directly
no outgoing calls
no test coverage detected