Table of Contents
A basic camera views a center point from an eye position, with a reference up vector that points to the top of the screen.
__init__ ( self, engine, eye, center=( 0, 0, 0 ), up=( 0, 0, 1 ), )
view ( self )