MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetMatrix

Method GetMatrix

include/Camera2D.hpp:45–45  ·  view source on GitHub ↗

* Returns camera 2d transform matrix */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected