MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / ComputeDistortionSet

Method ComputeDistortionSet

headers/openvr_api.cs:2243–2247  ·  view source on GitHub ↗
(EVREye eEye,EVRDistortionChannel eChannel,bool bAsNormalizedDeviceCoordinates,uint nNumCoordinates,ref DistortionCoordinate_t pInput,ref DistortionCoordinate_t pOutput)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected