CRSReferenceFrame
Objective-C
@interface CRSReferenceFrame : NSObject <CRSIdentifiable>
Swift
class CRSReferenceFrame : NSObject, CRSIdentifiable
Reference Frame (datum)
@author osbornb
-
Name
Declaration
Objective-C
@property (nonatomic, strong) NSString *name;
Swift
var name: String! { get set }
-
Datum anchor description
Declaration
Objective-C
@property (nonatomic, strong) NSString *anchor;
Swift
var anchor: String! { get set }
-
Identifiers
Declaration
Objective-C
@property (nonatomic, strong) NSMutableArray<CRSIdentifier *> *identifiers;
Swift
var identifiers: NSMutableArray! { get set }
-
Initialize
Parameters
type
type
Return Value
new instance
-
Has a datum anchor description
Declaration
Objective-C
- (BOOL)hasAnchor;
Swift
func hasAnchor() -> Bool
Return Value
true if has datum anchor description