* Returns camera 2d transform matrix */
| 43 | * Returns camera 2d transform matrix |
| 44 | */ |
| 45 | RLCPP_NODISCARD Matrix GetMatrix() const { return ::GetCameraMatrix2D(*this); } |
| 46 | |
| 47 | /** |
| 48 | * Returns the world space position for a 2d camera screen space position |
nothing calls this directly
no outgoing calls
no test coverage detected