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

Method Camera3D

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

Source from the content-addressed store, hash-verified

12class Camera3D : public ::Camera3D {
13public:
14 Camera3D(const ::Camera3D& camera) : ::Camera3D(camera) { }
15
16 /**
17 * Create a new Camera3D.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected