|
MaxstAR Native Android
5.0.2
|
Trackable class contains the information of the tracked target.
Public Member Functions | |
| String | getName () |
| Get the name of the tracked target. More... | |
| float | getWidth () |
| Get the width of the tracked target. More... | |
| float | getHeight () |
| Get the height of the tracked target. More... | |
| float[] | getPoseMatrix () |
| Get a 4x4 matrix represening the pose of the tracked target. More... | |
| String | getCloudName () |
| Get the name of the tracked cloud target. (It works only on Cloud Recognizer). More... | |
| String | getCloudMetaData () |
| Get the meta data of the tracked cloud target (It works only on Cloud Recognizer). More... | |
| String com.maxst.ar.Trackable.getCloudMetaData | ( | ) |
Get the meta data of the tracked cloud target (It works only on Cloud Recognizer).
| String com.maxst.ar.Trackable.getCloudName | ( | ) |
Get the name of the tracked cloud target. (It works only on Cloud Recognizer).
| float com.maxst.ar.Trackable.getHeight | ( | ) |
Get the height of the tracked target.
| String com.maxst.ar.Trackable.getName | ( | ) |
Get the name of the tracked target.
| float [] com.maxst.ar.Trackable.getPoseMatrix | ( | ) |
Get a 4x4 matrix represening the pose of the tracked target.
MAXST AR obeys the right-handed coordinated system same as OpenGL.
| float com.maxst.ar.Trackable.getWidth | ( | ) |
Get the width of the tracked target.