| 11 | } |
| 12 | |
| 13 | void PerspectiveCamera::SetTarget(const Maths::Vector3& target) { |
| 14 | Camera::SetTarget(target); |
| 15 | UpdateCoordinateVectors(); |
| 16 | UpdateViewMatrix(); |
| 17 | } |
| 18 | |
| 19 | |
| 20 | void PerspectiveCamera::SetPosition(const Maths::Vector3& position) { |
nothing calls this directly
no outgoing calls
no test coverage detected