MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / Camera

Method Camera

engine/src/camera.cpp:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include <math.h>
18
19Camera::Camera()
20{
21 pTarget = NULL;
22 scaleValue = 1.0f;
23 aspect = 0.0f;
24 toMove.x = 0;
25 toMove.y = 0;
26 isTargeting = false;
27}
28
29Camera::~Camera() {}
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected