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

Method set

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

Source from the content-addressed store, hash-verified

128 }
129protected:
130 void set(const ::Camera3D& camera) {
131 position = camera.position;
132 target = camera.target;
133 up = camera.up;
134 fovy = camera.fovy;
135 projection = camera.projection;
136 }
137};
138
139using Camera = Camera3D;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected