multiplyByVector
fun multiplyByVector(matrix: Matrix2, cartesian: Cartesian2, result: Cartesian2): Cartesian2(source)
Computes the product of a matrix and a column vector.
Return
The modified result parameter.
Parameters
matrix
The matrix.
cartesian
The column.
result
The object onto which to store the result.