Programming API Reference: EduGraf

Class public View

This is a mathematical representation of a view.
Property public Point3 Position { get; set; }: from where the view looks
Property public Vector3 LookOut { get; set; }: from the position
Property public Vector3 Up { get; set; }: vertical direction

Constructor()

Create a new view.

Method public Matrix4 GetMatrix()

Get the rotation matrix corresponding to the view.