Projection matrix. More...
Public Member Functions | |
| ProjectionMatrix (ProjectionMatrix m) | |
| ProjectionMatrix copy constructor. | |
| ProjectionMatrix () | |
| ProjectionMatrix constructor. | |
| override object | Clone () |
| Clone this ProjectionMatrix. | |
| void | SetFustrum (float left, float right, float bottom, float top, float near, float far) |
| Set frustrum projection matrix. | |
| void | SetOrtho (float left, float right, float bottom, float top, float near, float far) |
| Set orthographics projection matrix. | |
Projection matrix.
| Derm.Render.ProjectionMatrix.ProjectionMatrix | ( | ) |
ProjectionMatrix constructor.
It set this ModelMatrix to identity.
| Derm.Render.ProjectionMatrix.ProjectionMatrix | ( | ProjectionMatrix | m | ) |
ProjectionMatrix copy constructor.
| m | A ProjectionMatrix to be copied. |
| override object Derm.Render.ProjectionMatrix.Clone | ( | ) | [virtual] |
Clone this ProjectionMatrix.
Reimplemented from Derm.Render.Matrix4x4.
| void Derm.Render.ProjectionMatrix.SetFustrum | ( | float | left, | |
| float | right, | |||
| float | bottom, | |||
| float | top, | |||
| float | near, | |||
| float | far | |||
| ) |
Set frustrum projection matrix.
| left | A System.Single | |
| right | A System.Single | |
| bottom | A System.Single | |
| top | A System.Single | |
| near | A System.Single | |
| far | A System.Single |
| void Derm.Render.ProjectionMatrix.SetOrtho | ( | float | left, | |
| float | right, | |||
| float | bottom, | |||
| float | top, | |||
| float | near, | |||
| float | far | |||
| ) |
Set orthographics projection matrix.
| left | A System.Single | |
| right | A System.Single | |
| bottom | A System.Single | |
| top | A System.Single | |
| near | A System.Single | |
| far | A System.Single |