Tesla Graphics Engine Documentation (January 2012)
CreateOrthoMatrix Method (left, right, bottom, top, zNearPlane, zFarPlane)
TeslaTesla.MathMatrixCreateOrthoMatrix(Single, Single, Single, Single, Single, Single)
Creates a custom orthographic projection matrix.
Declaration Syntax
C#
public static Matrix CreateOrthoMatrix(
	float left,
	float right,
	float bottom,
	float top,
	float zNearPlane,
	float zFarPlane
)
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
Return Value
Resulting projection matrix

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