| 17 | } |
| 18 | |
| 19 | void OrthographicCamera::SetRotation(float radian_angle) { |
| 20 | m_angle = radian_angle; |
| 21 | UpdateViewMatrix(); |
| 22 | } |
| 23 | |
| 24 | void OrthographicCamera::SetPosition(const Maths::Vector3& position) { |
| 25 | Camera::SetPosition(position); |
no outgoing calls
no test coverage detected