MaxstAR Native iOS  5.0.2
List of all members | Public Attributes
MasTagAnchor Class Reference

Description

MasTagAnchor class stores an anchor information.

An anchor represents a place locating a 3d virtual object. Anchors are created by Visual SLAM Tool and can be obtained by Object Tracker.

Inherits NSObject.

Public Attributes

NSString * name
 the name of an anchor More...
 
float positionX
 x coordinate of an anchor More...
 
float positionY
 y coordinate of an anchor More...
 
float positionZ
 z coordinate of an anchor More...
 

Member Data Documentation

◆ name

- (NSString*) name

the name of an anchor

◆ positionX

- (float) positionX

x coordinate of an anchor

◆ positionY

- (float) positionY

y coordinate of an anchor

◆ positionZ

- (float) positionZ

z coordinate of an anchor