MaxstARSDK
|
Container for individual tracking information. More...
#import <MasTrackable.h>
Instance Methods | |
(instancetype) | - init: |
(matrix_float4x4) | - getPose |
Get tracking pose. More... | |
(NSString *) | - getName |
Get target name. More... | |
(NSString *) | - getId |
Get target id. More... | |
(NSString *) | - getCloudName |
Get target Cloud Name. More... | |
(float) | - getWidth |
Get target Width. More... | |
(float) | - getHeight |
Get target Height. More... | |
(NSString *) | - getCloudMetaData |
Get target Cloud MetaData. More... | |
Container for individual tracking information.
- (NSString*) getCloudMetaData |
Get target Cloud MetaData.
- (NSString*) getCloudName |
Get target Cloud Name.
- (float) getHeight |
Get target Height.
- (NSString*) getId |
Get target id.
- (NSString*) getName |
Get target name.
- (matrix_float4x4) getPose |
Get tracking pose.
- (float) getWidth |
Get target Width.
- (instancetype) init: | (void *) | trackable |