MaxstARSDK
MasTrackable.h
Go to the documentation of this file.
1 //
2 // MasTrackerable.h
3 // MaxstAR
4 //
5 // Created by Kimseunglee on 2017. 11. 24..
6 // Copyright © 2017년 Maxst. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <simd/SIMD.h>
11 
15 @interface MasTrackable : NSObject
16 - (instancetype)init:(void*)trackable;
17 
22 - (matrix_float4x4) getPose;
23 
28 - (NSString*) getName;
29 
34 - (NSString*) getId;
35 
40 - (NSString*) getCloudName;
41 
46 - (float) getWidth;
47 
52 - (float) getHeight;
53 
58 - (NSString*) getCloudMetaData;
59 @end
Container for individual tracking information.
Definition: MasTrackable.h:16
matrix_float4x4 getPose()
Get tracking pose.
NSString * getCloudName()
Get target Cloud Name.
NSString * getName()
Get target name.
NSString * getCloudMetaData()
Get target Cloud MetaData.
NSString * getId()
Get target id.
float getHeight()
Get target Height.
float getWidth()
Get target Width.