public camera(vertex Position, vertex Look) { position = Position; look = Look; }
public camera() { position = new vertex(); look = new vertex(); }