| 304 | } |
| 305 | |
| 306 | void SimpleCamera::getCameraPosition(double pos[3]) const |
| 307 | { |
| 308 | pos[0] = m_data->m_cameraPosition[0]; |
| 309 | pos[1] = m_data->m_cameraPosition[1]; |
| 310 | pos[2] = m_data->m_cameraPosition[2]; |
| 311 | } |
| 312 | |
| 313 | void SimpleCamera::getCameraTargetPosition(float pos[3]) const |
| 314 | { |
no outgoing calls
no test coverage detected