Description
The unit-length direction vector from one position to another. Direction Towards(A,B)
is equivalent to Normalize(B - A)
Return
direction
Arguments
Name: START POS
Description: The position from which the resulting direction vector will point.
Type: Position
Default: VECTORName: END POS
Description: The position to which the resulting direction vector will point.
Type: Position
Default: VECTOR