is_ccw

tfv.geometry.is_ccw(a, b, c)

Determines if elbow formed by points ABC is counter clockwise (ccw).

Parameters
  • a (tuple) – Point A as (x, y)

  • b (tuple) – Point B as (x, y)

  • c (tuple) – Point C as (x, y)

Returns

lgi – True if elbow ABC is counter clockwise

Return type

logical np.ndarray