| 168 | } |
| 169 | |
| 170 | vtkMatrix4x4* vtkVRRenderWindow::GetDeviceToPhysicalMatrixForDevice(vtkEventDataDevice idx) |
| 171 | { |
| 172 | auto handle = this->GetDeviceHandleForDevice(idx); |
| 173 | return this->GetDeviceToPhysicalMatrixForDeviceHandle(handle); |
| 174 | } |
| 175 | |
| 176 | vtkMatrix4x4* vtkVRRenderWindow::GetDeviceToPhysicalMatrixForDeviceHandle(uint32_t handle) |
| 177 | { |
no test coverage detected