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