multiplyByVector
fun multiplyByVector(matrix: Matrix3, cartesian: Cartesian3, result: Cartesian3): Cartesian3(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.