SMC_Matrix3_ApplyL (FUN)

 

FUNCTION SMC_Matrix3_ApplyL : BOOL

Multiplies a matrix mR with a row vector vPos:

vDst := vPos * mR .

InOut:

Scope

Name

Type

Comment

Inout

vDst

SMC_VECTOR3D

The result vPos * mR

Inout Const

mR

SMC_Matrix3

The matrix

vPos

SMC_VECTOR3D

The vector to multiply

Return

SMC_Matrix3_ApplyL

BOOL