Tesla Graphics Engine Documentation (January 2012)
CreateOrthoMatrix Method (width, height, zNearPlane, zFarPlane, result)
TeslaTesla.MathMatrixCreateOrthoMatrix(Single, Single, Single, Single, Matrix%)
Creates an orthographic projection matrix.
Declaration Syntax
C#
public static void CreateOrthoMatrix(
	float width,
	float height,
	float zNearPlane,
	float zFarPlane,
	out Matrix result
)
Parameters
width (Single)
Width of view volume
height (Single)
Height of view volume
zNearPlane (Single)
Minimum z value of the view volume
zFarPlane (Single)
Maximum z value of the view volume
result (Matrix%)
Existing matrix to hold the result

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)