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