• Multiplication of Matrix with Vector Note that matrix is considered to be in column-major format and multiplied from the left with the (column) vector. (This is of course equivalent to it being in row-major format and being multiplied from the right to the (row) vector.)

    Parameters

    Returns Vector4

Generated using TypeDoc