Camera
Quick Jump / Table of Contents
Cameras are a way to transformations when rendering images to a surface. It relies on the Projection class to deliver 2d and 3d projection computations.
Camera Methods
First, we're going to set up some helper variables that will come in handy later.
getProjection() : Projection
drawActor( surface : Surface, actor: RoomObject )