MaxstAR Native Android  5.0.2
List of all members | Public Attributes
com.maxst.ar.TagAnchor Class Reference

Description

TagAnchor 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.

Public Attributes

String name = ""
 the name of an anchor More...
 
double positionX = 0.0f
 x coordinate of an anchor More...
 
double positionY = 0.0f
 y coordinate of an anchor More...
 
double positionZ = 0.0f
 z coordinate of an anchor More...
 

Member Data Documentation

◆ name

String com.maxst.ar.TagAnchor.name = ""

the name of an anchor

◆ positionX

double com.maxst.ar.TagAnchor.positionX = 0.0f

x coordinate of an anchor

◆ positionY

double com.maxst.ar.TagAnchor.positionY = 0.0f

y coordinate of an anchor

◆ positionZ

double com.maxst.ar.TagAnchor.positionZ = 0.0f

z coordinate of an anchor