FUNCTION SMC_Frame_ApplyPos : BOOL
Applies a coordinate transformation F to a position vector: vDst = F.mR * vPos + F.vT. Thus, the position vPos is transformed from coordinate system F to the base coordinate system of F.
InOut:
Scope |
Name |
Type |
Comment |
Inout |
vDst |
The tranformed position vector |
|
Inout Const |
F |
The transformation to apply |
|
vPos |
The source position vector |
||
Return |
SMC_Frame_ApplyPos |
BOOL |