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

Method GetCamera

include/Matrix.hpp:172–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 static Matrix GetCamera(const ::Camera& camera) { return ::GetCameraMatrix(camera); }
173
174 static Matrix GetCamera(const ::Camera2D& camera) { return ::GetCameraMatrix2D(camera); }
175

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected