PlaneLabel


class PlaneLabel


A semantic description of a Plane.

Summary

Public companion properties

PlaneLabel

The plane represents a ceiling.

PlaneLabel

The plane represents a floor.

PlaneLabel

The plane represents a table.

PlaneLabel

The plane represents an unknown type.

PlaneLabel

The plane represents a wall.

Public functions

open String

Returns a string representation of PlaneLabel for debugging.

Public companion properties

CEILING

val CEILING: PlaneLabel

The plane represents a ceiling.

FLOOR

val FLOOR: PlaneLabel

The plane represents a floor.

TABLE

val TABLE: PlaneLabel

The plane represents a table.

UNKNOWN

val UNKNOWN: PlaneLabel

The plane represents an unknown type.

WALL

val WALL: PlaneLabel

The plane represents a wall.

Public functions

toString

open fun toString(): String

Returns a string representation of PlaneLabel for debugging.

Note: Not intended for production use.