cgv
|
base class with write access to driver calibration matrix More...
#include <vr_driver.h>
Public Member Functions | |
vr_calibration_base () | |
nothing to be done in contructor | |
Protected Member Functions | |
void | set_driver_calibration_matrix (vr_driver *driver, const float calibration_matrix[12]) const |
single point of write access to calibration transformation of vr drivers | |
base class with write access to driver calibration matrix
Definition at line 36 of file vr_driver.h.
vr::vr_calibration_base::vr_calibration_base | ( | ) |
nothing to be done in contructor
Definition at line 11 of file vr_driver.cxx.
|
protected |
single point of write access to calibration transformation of vr drivers
Definition at line 6 of file vr_driver.cxx.
References vr::vr_driver::set_calibration_transformation().
Referenced by vr_view_interactor::calibrate_driver(), and cgv::gui::vr_calibration::update_driver_calibration().