ILNumerics Ultimate VS

Matrix4OrthographicTransform Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public static Matrix4 OrthographicTransform(
	float left,
	float right,
	float top,
	float bottom,
	float zNear,
	float zFar
)

Parameters

left
Type: SystemSingle
right
Type: SystemSingle
top
Type: SystemSingle
bottom
Type: SystemSingle
zNear
Type: SystemSingle
zFar
Type: SystemSingle

Return Value

Type: Matrix4
See Also

Reference