getRow

fun getRow(matrix: Matrix3, index: Int, result: Cartesian3): Cartesian3(source)

Retrieves a copy of the matrix row at the provided index as a Cartesian3 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