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

Method Camera2D

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

Source from the content-addressed store, hash-verified

12class Camera2D : public ::Camera2D {
13public:
14 Camera2D(const ::Camera2D& camera)
15 : ::Camera2D(camera) {
16 // Nothing.
17 }
18
19 Camera2D(::Vector2 offset = {}, ::Vector2 target = {}, float rotation = 0.0f, float zoom = 1.0f)
20 : ::Camera2D{offset, target, rotation, zoom} {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected