Table of Contents

Class MegaGoTrackerBlockInstance

Namespace
easyar

Instances of the block located by MegaGoTracker.

MegaGoTrackerBlockInstance

Methods

blockId

The ID of the map block.

void easyar_MegaGoTrackerBlockInstance_blockId(const easyar_MegaGoTrackerBlockInstance * This, easyar_String * * Return)
std::string blockId()
public java.lang.@Nonnull String blockId()
fun blockId(): String
- (NSString *)blockId
public func blockId() -> String
public virtual string blockId()

Returns

Type Description
String

name

The name of the map block.

void easyar_MegaGoTrackerBlockInstance_name(const easyar_MegaGoTrackerBlockInstance * This, easyar_String * * Return)
std::string name()
public java.lang.@Nonnull String name()
fun name(): String
- (NSString *)name
public func name() -> String
public virtual string name()

Returns

Type Description
String

pose

The pose of the map block in the camera coordinate system.

easyar_Matrix44F easyar_MegaGoTrackerBlockInstance_pose(const easyar_MegaGoTrackerBlockInstance * This)
Matrix44F pose()
public @Nonnull Matrix44F pose()
fun pose(): Matrix44F
- (easyar_Matrix44F *)pose
public func pose() -> Matrix44F
public virtual Matrix44F pose()

Returns

Type Description
Matrix44F