WTPlaneType Constants Reference

Declared in WTPlaneType.h

WTPlaneType

@typedef WTPlaneType Defines a plane’s orientation.

Definition

typedef NS_ENUM(NSUInteger, WTPlaneType ) {
   WTPlaneType_HorizontalUpward,
   WTPlaneType_HorizontalDownward,
   WTPlaneType_Vertical,
   WTPlaneType_Arbitrary,
};

Constants

WTPlaneType_HorizontalUpward

HorizontalUpward: The detected plane is horizontal and points upward (e.g. floor).

Declared In WTPlaneType.h.

WTPlaneType_HorizontalDownward

HorizontalDownward: The detected plane is horizontal and points downward (e.g. ceiling).

Declared In WTPlaneType.h.

WTPlaneType_Vertical

Vertical: The detected plane is vertical (e.g. wall).

Declared In WTPlaneType.h.

WTPlaneType_Arbitrary

Arbitrary: The detected plane has an arbitrary orientation.

Declared In WTPlaneType.h.

Declared In

WTPlaneType.h