| 297 | } |
| 298 | |
| 299 | void SimpleCamera::getCameraTargetPosition(double pos[3]) const |
| 300 | { |
| 301 | pos[0] = m_data->m_cameraTargetPosition[0]; |
| 302 | pos[1] = m_data->m_cameraTargetPosition[1]; |
| 303 | pos[2] = m_data->m_cameraTargetPosition[2]; |
| 304 | } |
| 305 | |
| 306 | void SimpleCamera::getCameraPosition(double pos[3]) const |
| 307 | { |
no outgoing calls
no test coverage detected