MCPcopy Create free account
hub / github.com/Kitware/VTK / GetDeviceToPhysicalMatrixForDevice

Method GetDeviceToPhysicalMatrixForDevice

Rendering/VR/vtkVRRenderWindow.cxx:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

Teleportation3DMethod · 0.80
UpdateRayMethod · 0.80
HardwareSelectMethod · 0.80
PollXrActionsMethod · 0.80

Tested by

no test coverage detected