Camera

Stores translations and velocities.

Members

Functions

update
void update()

Increment position by velocity.

Variables

velx
float velx;

Velocity to increment the x position by.

vely
float vely;

Velocity to increment the y position by.

x
float x;

X position.

y
float y;

Y position.

Meta