Constructor Camera
Camera(Matrix4, Matrix4)
Initializes a new instance of the Camera class using the specified view matrix and projection matrix.
public Camera(Matrix4 view, Matrix4 projection)
Parameters
viewMatrix4The view matrix representing how to transform world coordinates into eye space coordinates depending on the position and orientation of the camera.
projectionMatrix4The projection matrix representing how to transform eye space coordinates into clip space coordinates.