MaxstAR Native iOS
5.0.2
|
MasTrackable class contains the information of the tracked target.
Inherits NSObject.
Instance Methods | |
(instancetype) | - init |
(matrix_float4x4) | - getPose |
Get a 4x4 matrix represening the pose of the tracked target. More... | |
(NSString *) | - getName |
Get the name of the tracked target. More... | |
(NSString *) | - getCloudName |
Get the name of the tracked cloud target. (It works only on Cloud Recognizer). More... | |
(float) | - getWidth |
Get the width of the tracked target. More... | |
(float) | - getHeight |
Get the height of the tracked target. More... | |
(NSString *) | - getCloudMetaData |
Get the meta data of the tracked cloud target (It works only on Cloud Recognizer). More... | |
- (NSString *) getCloudMetaData |
Get the meta data of the tracked cloud target (It works only on Cloud Recognizer).
- (NSString *) getCloudName |
Get the name of the tracked cloud target. (It works only on Cloud Recognizer).
- (float) getHeight |
Get the height of the tracked target.
- (NSString *) getName |
Get the name of the tracked target.
- (matrix_float4x4) getPose |
Get a 4x4 matrix represening the pose of the tracked target.
MAXST AR obeys the right-handed coordinated system same as OpenGL.
- (float) getWidth |
Get the width of the tracked target.
- (instancetype) init: | (void*) | trackable |