FUNCTION SMC_Matrix3_ApplyL : BOOL
Multiplies a matrix mR with a row vector vPos:
vDst := vPos * mR .
InOut:
Scope |
Name |
Type |
Comment |
Inout |
vDst |
The result vPos * mR |
|
Inout Const |
mR |
The matrix |
|
vPos |
The vector to multiply |
||
Return |
SMC_Matrix3_ApplyL |
BOOL |