weldx.transformations.
vector_points_to_left_of_vector
Determine if a vector points to the left of another vector.
Returns 1 if the vector points to the left of the reference vector and -1 if it points to the right. In case both vectors point into the same or the opposite directions, this function returns 0.
vector – Vector
vector_reference – Reference vector
1,-1 or 0 (see description)
int