SMC_Matrix3_Apply (FUN)

 

FUNCTION SMC_Matrix3_Apply : BOOL

Multiplies a matrix mR with a column vector vPos:

vDst := mR * vPos.

InOut:

Scope

Name

Type

Inout

vDst

SMC_Vector3D

Inout Const

mR

SMC_Matrix3

vPos

SMC_Vector3D

Return

SMC_Matrix3_Apply

BOOL