WTTarget Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in WTTarget.h

Overview

WTTarget is the base class for any target that is detected by the Wikitude Native SDK.

It defines the most basic properties that can be used to place objects at a position where something was recognized.

Objects of these class contain there data as long as the the object itself lives.

  projection

A 4x4 projection matrix that can be used to define how a image target is projected in 3d space.

Might be set to NULL

@property (nonatomic, assign) const float *projection

Return Value

projection A 4x4 projection matrix that can be used to project a image target in a 3d space.

Declared In

WTTarget.h

  modelView

A 4x4 modelView matrix that represents translation and rotation of a image target.

Might be set to NULL

@property (nonatomic, assign) const float *modelView

Return Value

modelView A 4x4 matrix that defines translation and rotation of a image target in a 3d space.

Declared In

WTTarget.h

  modelViewProjection

A combined model view projection matrix.

Might be set to NULL

@property (nonatomic, assign) const float *modelViewProjection

Return Value

modelViewProjection A 4x4 matrix that can be used to render a image target in 3d space.

Declared In

WTTarget.h