Tesla Graphics Engine Documentation (January 2012)
CreateOrthoMatrix Method (left, right, bottom, top, zNearPlane, zFarPlane, result)
TeslaTesla.MathMatrixCreateOrthoMatrix(Single, Single, Single, Single, Single, Single, Matrix%)
Creates a custom orthographic projection matrix.
Declaration Syntax
C#
public static void CreateOrthoMatrix(
	float left,
	float right,
	float bottom,
	float top,
	float zNearPlane,
	float zFarPlane,
	out Matrix result
)
Parameters
left (Single)
Minimum x value of view volume
right (Single)
Maximum x value of view volume
bottom (Single)
Minimum y value of view volume
top (Single)
Maximum y value of view volume
zNearPlane (Single)
Minimum z value of view volume
zFarPlane (Single)
Maximum z value of view volume
result (Matrix%)
Existing matrix to hold result

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