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

Method GetMatrix

include/Camera3D.hpp:75–75  ·  view source on GitHub ↗

* Get camera transform matrix (view matrix) */

Source from the content-addressed store, hash-verified

73 * Get camera transform matrix (view matrix)
74 */
75 Matrix GetMatrix() const { return ::GetCameraMatrix(*this); }
76
77 /**
78 * Update camera position for selected mode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected