MaxstARSDK
4.1.x
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
-[MasTrackable getWidth]
float getWidth()
-[MasTrackable getCloudMetaData]
NSString * getCloudMetaData()
MasTrackable
Container for individual tracking information.
Definition:
MasTrackable.h:15
-[MasTrackable getName]
NSString * getName()
-[MasTrackable getHeight]
float getHeight()
-[MasTrackable getCloudName]
NSString * getCloudName()
-[MasTrackable getPose]
matrix_float4x4 getPose()
-[MasTrackable getId]
NSString * getId()
MaxstAR
MaxstARiOS
MasTrackable.h
Generated by
1.8.15