Declared in GSPath.h

GSPathDirection

Possible values retuned by the method

Definition

typedef NS_ENUM(short, GSPathDirection ) {
   GSCounterClockWise = -1,
   GSClockWise = 1,
};

Constants

GSCounterClockWise
Counter Clock Wise

Declared In GSPath.h.

GSClockWise

Clock Wise

Declared In GSPath.h.