MaxstARSDK  4.1.x
All Classes Files Functions Variables Enumerations Enumerator Macros
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 
21 - (matrix_float4x4) getPose;
22 
26 - (NSString*) getName;
27 
31 - (NSString*) getId;
32 
33 - (NSString*) getCloudName;
34 
35 - (float) getWidth;
36 
37 - (float) getHeight;
38 
39 - (NSString*) getCloudMetaData;
40 @end
float getWidth()
NSString * getCloudMetaData()
Container for individual tracking information.
Definition: MasTrackable.h:15
NSString * getName()
float getHeight()
NSString * getCloudName()
matrix_float4x4 getPose()
NSString * getId()