WTPlane Class Reference

Inherits from NSObject
Declared in WTPlane.h

  matrix

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

Might be set to NULL

@property (nonatomic, assign, readonly) const float *matrix

Return Value

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

Declared In

WTPlane.h

  uniqueId

@property (nonatomic, assign, readonly) long uniqueId

  type

@property (nonatomic, assign, readonly) WTPlaneType type

  extentX

@property (nonatomic, assign, readonly) WTExtent extentX

  extentY

@property (nonatomic, assign, readonly) WTExtent extentY

– requestConvexHull:

- (void)requestConvexHull:(WTConvexPlaneHullDataProvider *)dataProvider