Method OrthographicMatrix
OrthographicMatrix(double, double, double, double)
Create an orthographic matrix from a 3D width, a 3D height, a near, and a far clipping distance
Declaration
public Matrix4 OrthographicMatrix(double width3D, double height3D, double nearClipDistance, double farClipDistance)
Parameters
Type | Name | Description |
---|---|---|
double | width3D | The 3D width to consider |
double | height3D | The 3D height to consider |
double | nearClipDistance | The near clipping distance |
double | farClipDistance | The far clipping distance |
Returns
Type | Description |
---|---|
Matrix4 |