| 48 | |
| 49 | Vector3 forward() const { return (m_invRotation * Y); } |
| 50 | Vector3 up() const { return (m_invRotation * Z); } |
| 51 | Vector3 right() const { return (m_invRotation * X); } |
| 52 | Vector2 getFOV() const { return {m_fovx, m_fovy}; } |
| 53 | Matrix4x4 getViewMatrix(); |
no outgoing calls
no test coverage detected