SMC_Frame_ApplyDir (FUN)

 

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

SMC_Vector3D

The tranformed direction vector

Inout Const

F

SMC_Frame

The transformation to apply

vDir

SMC_Vector3D

The source direction vector

Return

SMC_Frame_ApplyDir

BOOL