TYPE SMC_VECTORDIR :
This enumeration variable is used as an input variable at SMC_CalcDirectionFromVector to define if the angle of the vector itself, its inverse or one of the two perpendiculars shall be used.
InOut:
Name |
Initial |
Comment |
0 |
No offset; tangential direction |
|
-90 |
Offset -90; orthogonal direction clockwise |
|
90 |
Offset 90; orthogonal direction counterclockwise |
|
180 |
Offset 180; opposite direction Input eDir indcates, whether the direction is calculated parallel to the path tangent (MC_tangential), opponent (SMC_opp_tangent) or orthogonal (SMC_orthogonal_r = right of the path tangent, SMC_orthogonal_l = left of the path tangent). |