Programming API Reference: EduGraf

Class public View

This 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 direction
Property public Vector3 Up { get; set; }: vertical direction.

Constructor()

Create a new view.

Method public Matrix4 GetViewMatrix()

Get the rotation matrix corresponding to the view.