Programming API Reference: EduGrafClass public ViewThis is a mathematical representation of the view.Property public Point3 Position { get; set; }: from which the view is.Property public Vector3 LookOut { get; set; }: into the directionProperty public Vector3 Up { get; set; }: vertical direction.Constructor()Create a new view.Point3 positionVector3 lookOutVector3 upMethod public Matrix4 GetViewMatrix()Get the rotation matrix corresponding to the view.