MaxstARSDK
4.1.x
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
y
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
+
Variables
c
f
i
k
l
n
o
p
r
s
t
u
v
Enumerations
+
Enumerator
c
e
f
g
h
j
m
n
r
s
t
u
v
y
+
Files
File List
+
File Members
All
Variables
Macros
•
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
-[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