Tesla Graphics Engine Documentation (January 2012)
Item Property (i, j)
TeslaTesla.MathMatrixItem[([( Int32, Int32])])
Gets or sets an individual component based on its index in the matrix. The indices follow the named components, so the first element is located at (1,1) and the last element at (4,4). Indices outside this range return a value of zero.
Declaration Syntax
C#
public float this[
	int i,
	int j
] { get; set; }
Parameters
i (Int32)
One-based row index valid between [1,4]
j (Int32)
One-based column index valid between [1,4]
Return Value
The matrix value

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