PJ_DIRECTION
Objective-C
enum PJ_DIRECTION {
PJ_FWD = 1, /* Forward */
PJ_IDENT = 0, /* Do nothing */
PJ_INV = -1 /* Inverse */
}
Swift
struct PJ_DIRECTION : Equatable, RawRepresentable
Undocumented
-
Undocumented
Declaration
Objective-C
PJ_FWD = 1
-
Undocumented
Declaration
Objective-C
PJ_IDENT = 0
-
Undocumented
Declaration
Objective-C
PJ_INV = -1