Version: 
Back to list

Geom :: multiplyMatrixVector

Synopsis

   Multiply a vector by a matrix (i.e apply the matrix to a vector)

GUI Dialog

   

Script function

   geom.multiplyMatrixVector(matrix, vector) -> result

Parameters

   matrix (Matrix4) : The matrix to apply
   vector (Vector3) : The vector to multiply

Return value

   result (Vector3) : The resulting point