Programming API Reference: EduGrafClass public ViewThis is a mathematical representation of a view.Property public Point3 Position { get; set; }: from where the view looksProperty public Vector3 LookOut { get; set; }: from the positionProperty public Vector3 Up { get; set; }: vertical directionConstructor()Create a new view.Point3 positionVector3 lookOutVector3 upMethod public Matrix4 GetMatrix()Get the rotation matrix corresponding to the view.