getRow

fun getRow(matrix: Matrix2, index: Int, result: Cartesian2): Cartesian2(source)

Retrieves a copy of the matrix row at the provided index as a Cartesian2 instance.

Return

The modified result parameter.

Parameters

matrix

The matrix to use.

index

The zero-based index of the row to retrieve.

result

The object onto which to store the result.

See also