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)
Initializes a new instance of the Camera class using the specified view matrix and projection matrix.
public Camera(Matrix4 view, Matrix4 projection)