MaxstARSDK  3.5.0
Instance Methods | List of all members
MasTrackable Class Reference

Container for individual tracking information. More...

#import <MasTrackable.h>

Inheritance diagram for MasTrackable:

Instance Methods

(instancetype) - init:
 
(matrix_float4x4) - getPose
 
(NSString *) - getName
 
(NSString *) - getId
 

Detailed Description

Container for individual tracking information.

Definition at line 15 of file MasTrackable.h.

Method Documentation

◆ getId()

- (NSString *) getId
Returns
tracking target id

Definition at line 40 of file MasTrackable.mm.

◆ getName()

- (NSString *) getName
Returns
tracking target name name (file name without extension)

Definition at line 34 of file MasTrackable.mm.

◆ getPose()

- (matrix_float4x4) getPose
Returns
4x4 matrix for tracking pose

Definition at line 30 of file MasTrackable.mm.


The documentation for this class was generated from the following files: