Sets the camera position. The camera movement can be used to scroll game scene.
SetCameraPos(vector2(20.0f, 30.0f));
const vector2 origin(0,0); SetCameraPos(origin);