MaxstARSDK
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
y
+
Functions
a
b
c
d
e
f
g
i
l
m
o
q
r
s
t
u
Variables
Enumerations
Enumerator
+
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
@end
MasTrackable
Container for individual tracking information.
Definition:
MasTrackable.h:15
-[MasTrackable getName]
NSString * getName()
-[MasTrackable getPose]
matrix_float4x4 getPose()
-[MasTrackable getId]
NSString * getId()
MaxstAR
MaxstARiOS
MasTrackable.h
Generated by
1.8.13