MaxstARSDK
MasTagAnchor Class Reference

#import <MasTagAnchor.h>

Inheritance diagram for MasTagAnchor:
Inheritance graph
Collaboration diagram for MasTagAnchor:
Collaboration graph

Instance Methods

(id) - initWithData:
 
(NSString *) - getName
 Get name of anchors. More...
 
(simd_float3) - getPosition
 Get position of anchors. More...
 
(simd_float3) - getRotation
 Get rotation of anchors. More...
 
(simd_float3) - getScale
 Get scale of anchors. More...
 
(void) - setPosition:
 
(void) - setRotation:
 
(void) - setScale:
 
(void) - setName:
 

Public Attributes

NSString * name
 
float positionX
 
float positionY
 
float positionZ
 
float rotationX
 
float rotationY
 
float rotationZ
 
float scaleX
 
float scaleY
 
float scaleZ
 
NSString * nameKey
 
NSString * positionXKey
 
NSString * positionYKey
 
NSString * positionZKey
 
NSString * rotationXKey
 
NSString * rotationYKey
 
NSString * rotationZKey
 
NSString * scaleXKey
 
NSString * scaleYKey
 
NSString * scaleZKey
 

Method Documentation

◆ getName

- (NSString *) getName

Get name of anchors.

Returns
name of anchors

◆ getPosition

- (simd_float3) getPosition

Get position of anchors.

Returns
position of anchors

◆ getRotation

- (simd_float3) getRotation

Get rotation of anchors.

Returns
rotation of anchors

◆ getScale

- (simd_float3) getScale

Get scale of anchors.

Returns
scale of anchors

◆ initWithData:

- (id) initWithData: (NSDictionary *)  data

◆ setName:

- (void) setName: (NSString *)  name

◆ setPosition:

- (void) setPosition: (simd_float3)  position

◆ setRotation:

- (void) setRotation: (simd_float3)  rotation

◆ setScale:

- (void) setScale: (simd_float3)  scale

Member Data Documentation

◆ name

- (NSString*) name

◆ nameKey

- (NSString*) nameKey

◆ positionX

- (float) positionX

◆ positionXKey

- (NSString*) positionXKey

◆ positionY

- (float) positionY

◆ positionYKey

- (NSString*) positionYKey

◆ positionZ

- (float) positionZ

◆ positionZKey

- (NSString*) positionZKey

◆ rotationX

- (float) rotationX

◆ rotationXKey

- (NSString*) rotationXKey

◆ rotationY

- (float) rotationY

◆ rotationYKey

- (NSString*) rotationYKey

◆ rotationZ

- (float) rotationZ

◆ rotationZKey

- (NSString*) rotationZKey

◆ scaleX

- (float) scaleX

◆ scaleXKey

- (NSString*) scaleXKey

◆ scaleY

- (float) scaleY

◆ scaleYKey

- (NSString*) scaleYKey

◆ scaleZ

- (float) scaleZ

◆ scaleZKey

- (NSString*) scaleZKey

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