Plane.Type

public static final enum Plane.Type

Simple summary of the normal vector of a plane, for filtering purposes.

Inherited Methods

Enum Values

HORIZONTAL_DOWNWARD_FACING

public static final Plane.Type HORIZONTAL_DOWNWARD_FACING

A horizontal plane facing downward (e.g. a ceiling).

HORIZONTAL_UPWARD_FACING

public static final Plane.Type HORIZONTAL_UPWARD_FACING

A horizontal plane facing upward (e.g. floor or tabletop).

VERTICAL

public static final Plane.Type VERTICAL

A vertical plane (e.g. a wall).