Function isClockWise

  • Determine if an array of points are ordered to create a clockwise path.

    Note that this is a linear function so it is necessary to calculate separately for x, y components of a polygon.

    Returns

    True if points are clockwise ordered.

    Parameters

    Returns boolean