WTPlaneFilter Constants Reference

Declared in WTPlaneFilter.h

WTPlaneFilter

@typedef WTPlaneFilter Permits to filter planes by orientation.

Definition

typedef NS_OPTIONS(NSUInteger, WTPlaneFilter ) {
   WTPlaneFilter_HorizontalUpward = 1 < < 0,
   WTPlaneFilter_HorizontalDownward = 1 < < 1,
   WTPlaneFilter_Horizontal = 1 < < 2,
   WTPlaneFilter_Vertical = 1 < < 3,
   WTPlaneFilter_Arbitrary = 1 < < 4,
   WTPlaneFilter_Any = 1 < < 5,
};

Constants

WTPlaneFilter_HorizontalUpward

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

Declared In WTPlaneFilter.h.

WTPlaneFilter_HorizontalDownward

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

Declared In WTPlaneFilter.h.

WTPlaneFilter_Horizontal

Horizontal: The plane to detect is horizontal (e.g. floor).

Declared In WTPlaneFilter.h.

WTPlaneFilter_Vertical

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

Declared In WTPlaneFilter.h.

WTPlaneFilter_Arbitrary

Arbitrary: The plane to detect has an arbitrary orientation.

Declared In WTPlaneFilter.h.

WTPlaneFilter_Any

Arbitrary: The plane to detect has any of the above orientations.

Declared In WTPlaneFilter.h.

Declared In

WTPlaneFilter.h