Public Member Functions | |
| void | Improve (eCoord correctTo, REAL distance) |
| try to improve the correction suggestion | |
Public Attributes | |
| eCoord | correctTo |
| REAL | distance |
Definition at line 725 of file eCamera.cpp.
| void eCameraSensor::Correction::Improve | ( | eCoord | correctTo, | |
| REAL | distance | |||
| ) | [inline] |
try to improve the correction suggestion
Definition at line 731 of file eCamera.cpp.
Referenced by eCameraSensor::LookAround().
00732 { 00733 if ( this->distance > distance ) 00734 { 00735 this->distance = distance; 00736 this->correctTo = correctTo; 00737 } 00738 }

1.5.4