PlaneLabel


public final class PlaneLabel


A semantic description of a Plane.

Summary

Public fields

static final @NonNull PlaneLabel

The plane represents a ceiling.

static final @NonNull PlaneLabel

The plane represents a floor.

static final @NonNull PlaneLabel

The plane represents a table.

static final @NonNull PlaneLabel

The plane represents an unknown type.

static final @NonNull PlaneLabel

The plane represents a wall.

Public fields

CEILING

public static final @NonNull PlaneLabel CEILING

The plane represents a ceiling.

FLOOR

public static final @NonNull PlaneLabel FLOOR

The plane represents a floor.

TABLE

public static final @NonNull PlaneLabel TABLE

The plane represents a table.

UNKNOWN

public static final @NonNull PlaneLabel UNKNOWN

The plane represents an unknown type.

WALL

public static final @NonNull PlaneLabel WALL

The plane represents a wall.