PJ_UNITS
Objective-C
struct PJ_UNITS {
const char *id; /* units keyword */
const char *to_meter; /* multiply by value to get meters */
const char *name; /* comments */
double factor; /* to_meter factor in actual numbers */
}
Swift
struct PJ_UNITS
Undocumented
-
Undocumented
Declaration
Objective-C
const char *idSwift
var id: UnsafePointer<CChar>! -
Undocumented
Declaration
Objective-C
const char *to_meterSwift
var to_meter: UnsafePointer<CChar>! -
Undocumented
Declaration
Objective-C
const char *nameSwift
var name: UnsafePointer<CChar>! -
Undocumented
Declaration
Objective-C
double factorSwift
var factor: Double
View on GitHub
PJ_UNITS Structure Reference